Html Css Color HEX #CA2F70 Cerise

📋 copy color: '#CA2F70'

red 202 ◦ green 47 ◦ blue 112

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

Shades of Cerise #CA2F70

Tints of Cerise #CA2F70

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.02%

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

R = 55.96%
G = 13.02%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA2F70 (or 0xCA2F70) is known color: Cerise. HEX triplet: CA, 2F and 70. RGB value is (202,47,112). Sum of RGB (Red+Green+Blue) = 202+47+112=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2F70 is #35D08F. Grayscale: #646464. Windows color (decimal): -3526800 or 7352266. OLE color: 7352266.

HSL color Cylindrical-coordinate representation of color #CA2F70: hue angle of 334.84º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2F70 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 47 112 -
CMYK 0 0.77 0.45 0.21
HSL 334.84º 0.62% 0.49% -
HSV(B) 334.84º 0.77% 0.79% -
XYZ 28.3 15.76 16.88 -
YUV 100.76 134.35 200.21 -
System Red Green Blue C M Y K H S L
Decimal 202 47 112 0 0.77 0.45 0.21 334.84 0.62 0.49
Hex CA 2F 70 0 4D 2D 15 14F 3E 31
Octal 312 57 160 0 115 55 25 517 76 61
Binary 11001010 101111 1110000 0 1001101 101101 10101 101001111 111110 110001

Color Harmonies of #CA2F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2F70

Black with #CA2F70

Text Example


Text Example

White with #CA2F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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