Html Css Color HEX #CA2778 Deep Cerise

📋 copy color: '#CA2778'

red 202 ◦ green 39 ◦ blue 120

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

Shades of Deep Cerise #CA2778

Tints of Deep Cerise #CA2778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 55.96%
G = 10.8%
B = 33.24%

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

#CA2778 (or 0xCA2778) is known color: Deep Cerise. HEX triplet: CA, 27 and 78. RGB value is (202,39,120). Sum of RGB (Red+Green+Blue) = 202+39+120=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2778 is #35D887. Grayscale: #606060. Windows color (decimal): -3528840 or 7874506. OLE color: 7874506.

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

Color convert

RGB 202 39 120 -
CMYK 0 0.81 0.41 0.21
HSL 330.18º 0.68% 0.47% -
HSV(B) 330.18º 0.81% 0.79% -
XYZ 28.47 15.36 19.23 -
YUV 96.97 141 202.91 -
System Red Green Blue C M Y K H S L
Decimal 202 39 120 0 0.81 0.41 0.21 330.18 0.68 0.47
Hex CA 27 78 0 51 29 15 14A 44 2F
Octal 312 47 170 0 121 51 25 512 104 57
Binary 11001010 100111 1111000 0 1010001 101001 10101 101001010 1000100 101111

Color Harmonies of #CA2778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2778

Black with #CA2778

Text Example


Text Example

White with #CA2778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2778; }

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

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

background-color css

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

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

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

border-color css

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

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

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