#CA33CC

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

Shades of Fuchsia #CA33CC

Tints of Fuchsia #CA33CC

Color information

#CA33CC (or 0xCA33CC) is unknown color: approx Fuchsia. HEX triplet: CA, 33 and CC. RGB value is (202,51,204). Sum of RGB (Red+Green+Blue) = 202+51+204=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA33CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA33CC is #35CC33. Grayscale: #717171. Windows color (decimal): -3525684 or 13382602. OLE color: 13382602.

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

Color convert

RGB20251204-
CMYK0.010.7500.2
HSL299.22º60%50%-
HSV(B)299.22º75%80%-
XYZ36.4419.2858.93-
YUV113.59179.03191.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 51 (20.31% from 255) = 11.16%
BLUE value IS 204 (80.08% from 255) = 44.64%
R=44.20%
G=11.16%
B=44.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal202512040.010.7500.2299.226050
HexCA33CC14B01412b3c32
Octal3126331411130244537462
Binary110010101100111100110011001011010100100101011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA33CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA33CC; }

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

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

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

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

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

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

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

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