Html Css Color HEX #CA2CCC Fuchsia

📋 copy color: '#CA2CCC'

red 202 ◦ green 44 ◦ blue 204

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

Shades of Fuchsia #CA2CCC

Tints of Fuchsia #CA2CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.78%

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

R = 44.89%
G = 9.78%
B = 45.33%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA2CCC (or 0xCA2CCC) is known color: Fuchsia. HEX triplet: CA, 2C and CC. RGB value is (202,44,204). Sum of RGB (Red+Green+Blue) = 202+44+204=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 44 (17.58% from 255 or 9.78% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA2CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2CCC is #35D333. Grayscale: #6C6C6C. Windows color (decimal): -3527476 or 13380810. OLE color: 13380810.

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

Color convert

RGB 202 44 204 -
CMYK 0.01 0.78 0 0.2
HSL 299.25º 0.65% 0.49% -
HSV(B) 299.25º 0.78% 0.8% -
XYZ 36.16 18.72 58.83 -
YUV 109.48 181.35 193.99 -
System Red Green Blue C M Y K H S L
Decimal 202 44 204 0.01 0.78 0 0.2 299.25 0.65 0.49
Hex CA 2C CC 1 4E 0 14 12B 41 31
Octal 312 54 314 1 116 0 24 453 101 61
Binary 11001010 101100 11001100 1 1001110 0 10100 100101011 1000001 110001

Color Harmonies of #CA2CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2CCC

Black with #CA2CCC

Text Example


Text Example

White with #CA2CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2CCC; }

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

 H1.HeaderClassName
 {
   color: #CA2CCC;
 }
 .AnyTagClassName
 {
   color: #CA2CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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