#CD297F

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

Shades of Deep Cerise #CD297F

Tints of Deep Cerise #CD297F

Color information

#CD297F (or 0xCD297F) is unknown color: approx Deep Cerise. HEX triplet: CD, 29 and 7F. RGB value is (205,41,127). Sum of RGB (Red+Green+Blue) = 205+41+127=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD297F is #32D680. Grayscale: #636363. Windows color (decimal): -3331713 or 8333773. OLE color: 8333773.

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

Color convert

RGB20541127-
CMYK00.80.380.20
HSL328.54º66.67%48.24%-
HSV(B)328.54º80%80.39%-
XYZ29.816.121.62-
YUV99.84143.33203.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.96%
GREEN value IS 41 (16.41% from 255) = 10.99%
BLUE value IS 127 (50% from 255) = 34.05%
R=54.96%
G=10.99%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2054112700.80.380.20328.5466.6748.24
HexCD297F05026141494330
Octal315511770120462451110360
Binary11001101101001111111101010000100110101001010010011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD297F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD297F; }

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

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

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

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

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

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

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

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