#CA277B

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

Shades of Deep Cerise #CA277B

Tints of Deep Cerise #CA277B

Color information

#CA277B (or 0xCA277B) is unknown color: approx Deep Cerise. HEX triplet: CA, 27 and 7B. RGB value is (202,39,123). Sum of RGB (Red+Green+Blue) = 202+39+123=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA277B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA277B is #35D884. Grayscale: #616161. Windows color (decimal): -3528837 or 8071114. OLE color: 8071114.

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

Color convert

RGB20239123-
CMYK00.810.390.21
HSL329.08º67.63%47.25%-
HSV(B)329.08º80.69%79.22%-
XYZ28.6615.4420.21-
YUV97.31142.5202.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.49%
GREEN value IS 39 (15.62% from 255) = 10.71%
BLUE value IS 123 (48.44% from 255) = 33.79%
R=55.49%
G=10.71%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023912300.810.390.21329.0867.6347.25
HexCA277B0512715149442f
Octal312471730121472551110457
Binary11001010100111111101101010001100111101011010010011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA277B; }

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

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

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

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

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

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

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

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