#CA33C8

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

Shades of Fuchsia #CA33C8

Tints of Fuchsia #CA33C8

Color information

#CA33C8 (or 0xCA33C8) is unknown color: approx Fuchsia. HEX triplet: CA, 33 and C8. RGB value is (202,51,200). Sum of RGB (Red+Green+Blue) = 202+51+200=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA33C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA33C8 is #35CC37. Grayscale: #707070. Windows color (decimal): -3525688 or 13120458. OLE color: 13120458.

HSL color Cylindrical-coordinate representation of color #CA33C8: hue angle of 300.79º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA33C8 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB20251200-
CMYK00.750.010.21
HSL300.79º59.68%49.61%-
HSV(B)300.79º74.75%79.22%-
XYZ35.9719.0956.43-
YUV113.14177.03191.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 51 (20.31% from 255) = 11.26%
BLUE value IS 200 (78.52% from 255) = 44.15%
R=44.59%
G=11.26%
B=44.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025120000.750.010.21300.7959.6849.61
HexCA33C804B11512d3c32
Octal3126331001131254557462
Binary110010101100111100100001001011110101100101101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA33C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA33C8; }

 p { color: rgb(202,51,200); }

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

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

 a { background-color: rgb(202,51,200); }

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

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

 span { border-color: rgb(202,51,200); }

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