#CA4BCB

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

Shades of Fuchsia #CA4BCB

Tints of Fuchsia #CA4BCB

Color information

#CA4BCB (or 0xCA4BCB) is unknown color: approx Fuchsia. HEX triplet: CA, 4B and CB. RGB value is (202,75,203). Sum of RGB (Red+Green+Blue) = 202+75+203=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA4BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BCB is #35B434. Grayscale: #7F7F7F. Windows color (decimal): -3519541 or 13323210. OLE color: 13323210.

HSL color Cylindrical-coordinate representation of color #CA4BCB: hue angle of 299.53º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4BCB is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20275203-
CMYK0.000.6300.20
HSL299.53º55.17%54.51%-
HSV(B)299.53º63.05%79.61%-
XYZ37.6521.958.74-
YUV127.56170.58181.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.08%
GREEN value IS 75 (29.69% from 255) = 15.62%
BLUE value IS 203 (79.69% from 255) = 42.29%
R=42.08%
G=15.62%
B=42.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202752030.000.6300.20299.5355.1754.51
HexCA4BCB03F01412c3737
Octal3121133130770244546767
Binary110010101001011110010110111111010100100101100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4BCB; }

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

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

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

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

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

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

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

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