#CA33C9

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

Shades of Fuchsia #CA33C9

Tints of Fuchsia #CA33C9

Color information

#CA33C9 (or 0xCA33C9) is unknown color: approx Fuchsia. HEX triplet: CA, 33 and C9. RGB value is (202,51,201). Sum of RGB (Red+Green+Blue) = 202+51+201=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA33C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA33C9 is #35CC36. Grayscale: #707070. Windows color (decimal): -3525687 or 13185994. OLE color: 13185994.

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

Color convert

RGB20251201-
CMYK00.750.000.21
HSL300.4º59.68%49.61%-
HSV(B)300.4º74.75%79.22%-
XYZ36.0819.1457.05-
YUV113.25177.53191.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 51 (20.31% from 255) = 11.23%
BLUE value IS 201 (78.91% from 255) = 44.27%
R=44.49%
G=11.23%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025120100.750.000.21300.459.6849.61
HexCA33C904B01512c3c32
Octal3126331101130254547462
Binary110010101100111100100101001011010101100101100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA33C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA33C9; }

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

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

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

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

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

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

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

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