Html Css Color HEX #CA33CC Fuchsia

📋 copy color: '#CA33CC'

red 202 ◦ green 51 ◦ blue 204

#CA33CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CA33CC

Tints of Fuchsia #CA33CC

RGB

 RED value IS 202 (79.3% from 255) = 44.2%

 GREEN value IS 51 (20.31% from 255) = 11.16%

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 44.2%
G = 11.16%
B = 44.64%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA33CC (or 0xCA33CC) is known color: 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

RGB 202 51 204 -
CMYK 0.01 0.75 0 0.2
HSL 299.22º 0.6% 0.5% -
HSV(B) 299.22º 0.75% 0.8% -
XYZ 36.44 19.28 58.93 -
YUV 113.59 179.03 191.06 -
System Red Green Blue C M Y K H S L
Decimal 202 51 204 0.01 0.75 0 0.2 299.22 0.6 0.5
Hex CA 33 CC 1 4B 0 14 12B 3C 32
Octal 312 63 314 1 113 0 24 453 74 62
Binary 11001010 110011 11001100 1 1001011 0 10100 100101011 111100 110010

Color Harmonies of #CA33CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA33CC

Black with #CA33CC

Text Example


Text Example

White with #CA33CC

Text Example


Text Example

HTML Codes & Css Web 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>