Html Css Color HEX #CA2777 Deep Cerise

📋 copy color: '#CA2777'

red 202 ◦ green 39 ◦ blue 119

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

Shades of Deep Cerise #CA2777

Tints of Deep Cerise #CA2777

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.83%

 BLUE value IS 119 (46.88% from 255) = 33.06%

R = 56.11%
G = 10.83%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA2777 (or 0xCA2777) is known color: Deep Cerise. HEX triplet: CA, 27 and 77. RGB value is (202,39,119). Sum of RGB (Red+Green+Blue) = 202+39+119=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2777 is #35D888. Grayscale: #606060. Windows color (decimal): -3528841 or 7808970. OLE color: 7808970.

HSL color Cylindrical-coordinate representation of color #CA2777: hue angle of 330.55º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2777 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 39 119 -
CMYK 0 0.81 0.41 0.21
HSL 330.55º 0.68% 0.47% -
HSV(B) 330.55º 0.81% 0.79% -
XYZ 28.41 15.34 18.92 -
YUV 96.86 140.5 203 -
System Red Green Blue C M Y K H S L
Decimal 202 39 119 0 0.81 0.41 0.21 330.55 0.68 0.47
Hex CA 27 77 0 51 29 15 14B 44 2F
Octal 312 47 167 0 121 51 25 513 104 57
Binary 11001010 100111 1110111 0 1010001 101001 10101 101001011 1000100 101111

Color Harmonies of #CA2777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2777

Black with #CA2777

Text Example


Text Example

White with #CA2777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2777; }

 p { color: rgb(202,39,119); }

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

background-color css

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

 a { background-color: rgb(202,39,119); }

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

border-color css

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

 span { border-color: rgb(202,39,119); }

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