Html Css Color HEX #CA2ABB Fuchsia

📋 copy color: '#CA2ABB'

red 202 ◦ green 42 ◦ blue 187

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

Shades of Fuchsia #CA2ABB

Tints of Fuchsia #CA2ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.74%

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 46.87%
G = 9.74%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA2ABB (or 0xCA2ABB) is known color: Fuchsia. HEX triplet: CA, 2A and BB. RGB value is (202,42,187). Sum of RGB (Red+Green+Blue) = 202+42+187=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2ABB is #35D544. Grayscale: #696969. Windows color (decimal): -3528005 or 12266186. OLE color: 12266186.

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

Color convert

RGB 202 42 187 -
CMYK 0 0.79 0.07 0.21
HSL 305.63º 0.66% 0.48% -
HSV(B) 305.63º 0.79% 0.79% -
XYZ 34.15 17.8 48.65 -
YUV 106.37 173.51 196.21 -
System Red Green Blue C M Y K H S L
Decimal 202 42 187 0 0.79 0.07 0.21 305.63 0.66 0.48
Hex CA 2A BB 0 4F 7 15 132 42 30
Octal 312 52 273 0 117 7 25 462 102 60
Binary 11001010 101010 10111011 0 1001111 111 10101 100110010 1000010 110000

Color Harmonies of #CA2ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2ABB

Black with #CA2ABB

Text Example


Text Example

White with #CA2ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2ABB; }

 p { color: rgb(202,42,187); }

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

background-color css

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

 a { background-color: rgb(202,42,187); }

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

border-color css

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

 span { border-color: rgb(202,42,187); }

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