#cd277f

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

Shades of Deep Cerise #CD277F

Tints of Deep Cerise #CD277F

Color information

#CD277F (or 0xCD277F) is unknown color: approx Deep Cerise. HEX triplet: CD, 27 and 7F. RGB value is (205,39,127). Sum of RGB (Red+Green+Blue) = 205+39+127=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD277F is #32D880. Grayscale: #626262. Windows color (decimal): -3332225 or 8333261. OLE color: 8333261.

HSL color Cylindrical-coordinate representation of color #CD277F: hue angle of 328.19º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD277F is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB20539127-
CMYK00.810.380.20
HSL328.19º68.03%47.84%-
HSV(B)328.19º80.98%80.39%-
XYZ29.7315.9621.59-
YUV98.67144203.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.26%
GREEN value IS 39 (15.62% from 255) = 10.51%
BLUE value IS 127 (50% from 255) = 34.23%
R=55.26%
G=10.51%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2053912700.810.380.20328.1968.0347.84
HexCD277F05126141484430
Octal315471770121462451010460
Binary11001101100111111111101010001100110101001010010001000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd277f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd277f; }

 p { color: rgb(205,39,127); }

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

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

 a { background-color: rgb(205,39,127); }

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

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

 span { border-color: rgb(205,39,127); }

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