Html Css Color HEX #CA2770 Cerise

📋 copy color: '#CA2770'

red 202 ◦ green 39 ◦ blue 112

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

Shades of Cerise #CA2770

Tints of Cerise #CA2770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.73%

R = 57.22%
G = 11.05%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA2770 (or 0xCA2770) is known color: Cerise. HEX triplet: CA, 27 and 70. RGB value is (202,39,112). Sum of RGB (Red+Green+Blue) = 202+39+112=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2770 is #35D88F. Grayscale: #5F5F5F. Windows color (decimal): -3528848 or 7350218. OLE color: 7350218.

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

Color convert

RGB 202 39 112 -
CMYK 0 0.81 0.45 0.21
HSL 333.13º 0.68% 0.47% -
HSV(B) 333.13º 0.81% 0.79% -
XYZ 28.01 15.18 16.78 -
YUV 96.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 202 39 112 0 0.81 0.45 0.21 333.13 0.68 0.47
Hex CA 27 70 0 51 2D 15 14D 44 2F
Octal 312 47 160 0 121 55 25 515 104 57
Binary 11001010 100111 1110000 0 1010001 101101 10101 101001101 1000100 101111

Color Harmonies of #CA2770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2770

Black with #CA2770

Text Example


Text Example

White with #CA2770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2770; }

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

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

background-color css

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

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

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

border-color css

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

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

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