Html Css Color HEX #CA2773 Deep Cerise

📋 copy color: '#CA2773'

red 202 ◦ green 39 ◦ blue 115

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

Shades of Deep Cerise #CA2773

Tints of Deep Cerise #CA2773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.3%

R = 56.74%
G = 10.96%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA2773 (or 0xCA2773) is known color: Deep Cerise. HEX triplet: CA, 27 and 73. RGB value is (202,39,115). Sum of RGB (Red+Green+Blue) = 202+39+115=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2773 is #35D88C. Grayscale: #606060. Windows color (decimal): -3528845 or 7546826. OLE color: 7546826.

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

Color convert

RGB 202 39 115 -
CMYK 0 0.81 0.43 0.21
HSL 332.02º 0.68% 0.47% -
HSV(B) 332.02º 0.81% 0.79% -
XYZ 28.18 15.25 17.68 -
YUV 96.4 138.5 203.32 -
System Red Green Blue C M Y K H S L
Decimal 202 39 115 0 0.81 0.43 0.21 332.02 0.68 0.47
Hex CA 27 73 0 51 2B 15 14C 44 2F
Octal 312 47 163 0 121 53 25 514 104 57
Binary 11001010 100111 1110011 0 1010001 101011 10101 101001100 1000100 101111

Color Harmonies of #CA2773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2773

Black with #CA2773

Text Example


Text Example

White with #CA2773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2773; }

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

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

background-color css

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

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

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

border-color css

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

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

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