Html Css Color HEX #CA2CC9 Fuchsia

📋 copy color: '#CA2CC9'

red 202 ◦ green 44 ◦ blue 201

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

Shades of Fuchsia #CA2CC9

Tints of Fuchsia #CA2CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.97%

R = 45.19%
G = 9.84%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#CA2CC9 (or 0xCA2CC9) is known color: Fuchsia. HEX triplet: CA, 2C and C9. RGB value is (202,44,201). Sum of RGB (Red+Green+Blue) = 202+44+201=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2CC9 is #35D336. Grayscale: #6C6C6C. Windows color (decimal): -3527479 or 13184202. OLE color: 13184202.

HSL color Cylindrical-coordinate representation of color #CA2CC9: hue angle of 300.38º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2CC9 is Cyan = 0, Magento = 0.78, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 44 201 -
CMYK 0 0.78 0.00 0.21
HSL 300.38º 0.64% 0.48% -
HSV(B) 300.38º 0.78% 0.79% -
XYZ 35.8 18.57 56.96 -
YUV 109.14 179.85 194.23 -
System Red Green Blue C M Y K H S L
Decimal 202 44 201 0 0.78 0.00 0.21 300.38 0.64 0.48
Hex CA 2C C9 0 4E 0 15 12C 40 30
Octal 312 54 311 0 116 0 25 454 100 60
Binary 11001010 101100 11001001 0 1001110 0 10101 100101100 1000000 110000

Color Harmonies of #CA2CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2CC9

Black with #CA2CC9

Text Example


Text Example

White with #CA2CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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