#cb45b4

Color #CB45B4 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CB45B4

Tints of Fuchsia #CB45B4

Color information

#CB45B4 (or 0xCB45B4) is unknown color: approx Fuchsia. HEX triplet: CB, 45 and B4. RGB value is (203,69,180). Sum of RGB (Red+Green+Blue) = 203+69+180=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB45B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB45B4 is #34BA4B. Grayscale: #797979. Windows color (decimal): -3455564 or 11814347. OLE color: 11814347.

HSL color Cylindrical-coordinate representation of color #CB45B4: hue angle of 310.3º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB45B4 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB20369180-
CMYK00.660.110.20
HSL310.3º56.3%53.33%-
HSV(B)310.3º66.01%79.61%-
XYZ34.9920.2545.24-
YUV121.72160.89185.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 44.91%
GREEN value IS 69 (27.34% from 255) = 15.27%
BLUE value IS 180 (70.70% from 255) = 39.82%
R=44.91%
G=15.27%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036918000.660.110.20310.356.353.33
HexCB45B4042B141363835
Octal313105264010213244667065
Binary1100101110001011011010001000010101110100100110110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb45b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb45b4; }

 p { color: rgb(203,69,180); }

 H1.HeaderClassName
 {
   color: #cb45b4;
 }
 .AnyTagClassName
 {
   color: #cb45b4;
 }
</style>
background-color css

<style>
 a { background-color: #cb45b4; }

 a { background-color: rgb(203,69,180); }

 div.DivClassName
 {
   background-color: #cb45b4;
 }
 .BgClassName
 {
   background-color: #cb45b4;
 }
</style>
border-color css

<style>
 span { border-color: #cb45b4; }

 span { border-color: rgb(203,69,180); }

 td.TdClassName
 {
   border-color: #cb45b4;
 }
 .TagClassName
 {
   border-color: #cb45b4;
 }
</style>