#CA2E71

Color #CA2E71 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #CA2E71

Tints of Cerise #CA2E71

Color information

#CA2E71 (or 0xCA2E71) is unknown color: approx Cerise. HEX triplet: CA, 2E and 71. RGB value is (202,46,113). Sum of RGB (Red+Green+Blue) = 202+46+113=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2E71 is #35D18E. Grayscale: #646464. Windows color (decimal): -3527055 or 7417546. OLE color: 7417546.

HSL color Cylindrical-coordinate representation of color #CA2E71: hue angle of 334.23º degrees, saturation: 0.63, 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 #CA2E71 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB20246113-
CMYK00.770.440.21
HSL334.23º62.9%48.63%-
HSV(B)334.23º77.23%79.22%-
XYZ28.3115.717.16-
YUV100.28135.18200.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.96%
GREEN value IS 46 (18.36% from 255) = 12.74%
BLUE value IS 113 (44.53% from 255) = 31.30%
R=55.96%
G=12.74%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024611300.770.440.21334.2362.948.63
HexCA2E7104D2C1514e3f31
Octal31256161011554255167761
Binary1100101010111011100010100110110110010101101001110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2E71; }

 p { color: rgb(202,46,113); }

 H1.HeaderClassName
 {
   color: #CA2E71;
 }
 .AnyTagClassName
 {
   color: #CA2E71;
 }
</style>
background-color css

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

 a { background-color: rgb(202,46,113); }

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

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

 span { border-color: rgb(202,46,113); }

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