Html Css Color HEX #CA2CB9 Fuchsia

📋 copy color: '#CA2CB9'

red 202 ◦ green 44 ◦ blue 185

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

Shades of Fuchsia #CA2CB9

Tints of Fuchsia #CA2CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.92%

R = 46.87%
G = 10.21%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA2CB9 (or 0xCA2CB9) is known color: Fuchsia. HEX triplet: CA, 2C and B9. RGB value is (202,44,185). Sum of RGB (Red+Green+Blue) = 202+44+185=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2CB9 is #35D346. Grayscale: #6A6A6A. Windows color (decimal): -3527495 or 12135626. OLE color: 12135626.

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

Color convert

RGB 202 44 185 -
CMYK 0 0.78 0.08 0.21
HSL 306.46º 0.64% 0.48% -
HSV(B) 306.46º 0.78% 0.79% -
XYZ 34.01 17.86 47.55 -
YUV 107.32 171.85 195.54 -
System Red Green Blue C M Y K H S L
Decimal 202 44 185 0 0.78 0.08 0.21 306.46 0.64 0.48
Hex CA 2C B9 0 4E 8 15 132 40 30
Octal 312 54 271 0 116 10 25 462 100 60
Binary 11001010 101100 10111001 0 1001110 1000 10101 100110010 1000000 110000

Color Harmonies of #CA2CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2CB9

Black with #CA2CB9

Text Example


Text Example

White with #CA2CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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