Html Css Color HEX #CA2C7C Deep Cerise

📋 copy color: '#CA2C7C'

red 202 ◦ green 44 ◦ blue 124

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

Shades of Deep Cerise #CA2C7C

Tints of Deep Cerise #CA2C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.51%

R = 54.59%
G = 11.89%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA2C7C (or 0xCA2C7C) is known color: Deep Cerise. HEX triplet: CA, 2C and 7C. RGB value is (202,44,124). Sum of RGB (Red+Green+Blue) = 202+44+124=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2C7C is #35D383. Grayscale: #646464. Windows color (decimal): -3527556 or 8137930. OLE color: 8137930.

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

Color convert

RGB 202 44 124 -
CMYK 0 0.78 0.39 0.21
HSL 329.62º 0.64% 0.48% -
HSV(B) 329.62º 0.78% 0.79% -
XYZ 28.9 15.81 20.6 -
YUV 100.36 141.35 200.5 -
System Red Green Blue C M Y K H S L
Decimal 202 44 124 0 0.78 0.39 0.21 329.62 0.64 0.48
Hex CA 2C 7C 0 4E 27 15 14A 40 30
Octal 312 54 174 0 116 47 25 512 100 60
Binary 11001010 101100 1111100 0 1001110 100111 10101 101001010 1000000 110000

Color Harmonies of #CA2C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2C7C

Black with #CA2C7C

Text Example


Text Example

White with #CA2C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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