Html Css Color HEX #CA2D74 Deep Cerise

📋 copy color: '#CA2D74'

red 202 ◦ green 45 ◦ blue 116

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

Shades of Deep Cerise #CA2D74

Tints of Deep Cerise #CA2D74

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.4%

 BLUE value IS 116 (45.7% from 255) = 31.96%

R = 55.65%
G = 12.4%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA2D74 (or 0xCA2D74) is known color: Deep Cerise. HEX triplet: CA, 2D and 74. RGB value is (202,45,116). Sum of RGB (Red+Green+Blue) = 202+45+116=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2D74 is #35D28B. Grayscale: #636363. Windows color (decimal): -3527308 or 7613898. OLE color: 7613898.

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

Color convert

RGB 202 45 116 -
CMYK 0 0.78 0.43 0.21
HSL 332.87º 0.64% 0.48% -
HSV(B) 332.87º 0.78% 0.79% -
XYZ 28.45 15.69 18.05 -
YUV 100.04 137.01 200.73 -
System Red Green Blue C M Y K H S L
Decimal 202 45 116 0 0.78 0.43 0.21 332.87 0.64 0.48
Hex CA 2D 74 0 4E 2B 15 14D 40 30
Octal 312 55 164 0 116 53 25 515 100 60
Binary 11001010 101101 1110100 0 1001110 101011 10101 101001101 1000000 110000

Color Harmonies of #CA2D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2D74

Black with #CA2D74

Text Example


Text Example

White with #CA2D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2D74; }

 p { color: rgb(202,45,116); }

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

background-color css

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

 a { background-color: rgb(202,45,116); }

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

border-color css

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

 span { border-color: rgb(202,45,116); }

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