Html Css Color HEX #CA37AC Fuchsia

📋 copy color: '#CA37AC'

red 202 ◦ green 55 ◦ blue 172

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

Shades of Fuchsia #CA37AC

Tints of Fuchsia #CA37AC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.82%

 BLUE value IS 172 (67.58% from 255) = 40.09%

R = 47.09%
G = 12.82%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA37AC (or 0xCA37AC) is known color: Fuchsia. HEX triplet: CA, 37 and AC. RGB value is (202,55,172). Sum of RGB (Red+Green+Blue) = 202+55+172=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA37AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA37AC is #35C853. Grayscale: #6F6F6F. Windows color (decimal): -3524692 or 11286474. OLE color: 11286474.

HSL color Cylindrical-coordinate representation of color #CA37AC: hue angle of 312.24º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA37AC is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 55 172 -
CMYK 0 0.73 0.15 0.21
HSL 312.24º 0.58% 0.5% -
HSV(B) 312.24º 0.73% 0.79% -
XYZ 33.17 18.27 40.81 -
YUV 112.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 202 55 172 0 0.73 0.15 0.21 312.24 0.58 0.5
Hex CA 37 AC 0 49 F 15 138 3A 32
Octal 312 67 254 0 111 17 25 470 72 62
Binary 11001010 110111 10101100 0 1001001 1111 10101 100111000 111010 110010

Color Harmonies of #CA37AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA37AC

Black with #CA37AC

Text Example


Text Example

White with #CA37AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA37AC; }

 p { color: rgb(202,55,172); }

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

background-color css

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

 a { background-color: rgb(202,55,172); }

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

border-color css

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

 span { border-color: rgb(202,55,172); }

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