#CA45CB

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

Shades of Fuchsia #CA45CB

Tints of Fuchsia #CA45CB

Color information

#CA45CB (or 0xCA45CB) is unknown color: approx Fuchsia. HEX triplet: CA, 45 and CB. RGB value is (202,69,203). Sum of RGB (Red+Green+Blue) = 202+69+203=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 69 (27.34% from 255 or 14.56% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA45CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA45CB is #35BA34. Grayscale: #7B7B7B. Windows color (decimal): -3521077 or 13321674. OLE color: 13321674.

HSL color Cylindrical-coordinate representation of color #CA45CB: hue angle of 299.55º 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 #CA45CB is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20269203-
CMYK0.000.6600.20
HSL299.55º56.3%53.33%-
HSV(B)299.55º66.01%79.61%-
XYZ37.2621.1258.61-
YUV124.04172.56183.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 69 (27.34% from 255) = 14.56%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=42.62%
G=14.56%
B=42.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202692030.000.6600.20299.5556.353.33
HexCA45CB04201412c3835
Octal31210531301020244547065
Binary1100101010001011100101101000010010100100101100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA45CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA45CB; }

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

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

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

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

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

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

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

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