Html Css Color HEX #CA2FAF Fuchsia

📋 copy color: '#CA2FAF'

red 202 ◦ green 47 ◦ blue 175

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

Shades of Fuchsia #CA2FAF

Tints of Fuchsia #CA2FAF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.08%

 BLUE value IS 175 (68.75% from 255) = 41.27%

R = 47.64%
G = 11.08%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA2FAF (or 0xCA2FAF) is known color: Fuchsia. HEX triplet: CA, 2F and AF. RGB value is (202,47,175). Sum of RGB (Red+Green+Blue) = 202+47+175=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2FAF is #35D050. Grayscale: #6B6B6B. Windows color (decimal): -3526737 or 11481034. OLE color: 11481034.

HSL color Cylindrical-coordinate representation of color #CA2FAF: hue angle of 310.45º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2FAF is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 47 175 -
CMYK 0 0.77 0.13 0.21
HSL 310.45º 0.62% 0.49% -
HSV(B) 310.45º 0.77% 0.79% -
XYZ 33.11 17.68 42.23 -
YUV 107.94 165.85 195.09 -
System Red Green Blue C M Y K H S L
Decimal 202 47 175 0 0.77 0.13 0.21 310.45 0.62 0.49
Hex CA 2F AF 0 4D D 15 136 3E 31
Octal 312 57 257 0 115 15 25 466 76 61
Binary 11001010 101111 10101111 0 1001101 1101 10101 100110110 111110 110001

Color Harmonies of #CA2FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2FAF

Black with #CA2FAF

Text Example


Text Example

White with #CA2FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2FAF; }

 p { color: rgb(202,47,175); }

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

background-color css

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

 a { background-color: rgb(202,47,175); }

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

border-color css

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

 span { border-color: rgb(202,47,175); }

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