#CD3F7B

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

Shades of Deep Cerise #CD3F7B

Tints of Deep Cerise #CD3F7B

Color information

#CD3F7B (or 0xCD3F7B) is unknown color: approx Deep Cerise. HEX triplet: CD, 3F and 7B. RGB value is (205,63,123). Sum of RGB (Red+Green+Blue) = 205+63+123=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3F7B is #32C084. Grayscale: #707070. Windows color (decimal): -3326085 or 8077261. OLE color: 8077261.

HSL color Cylindrical-coordinate representation of color #CD3F7B: hue angle of 334.65º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD3F7B is Cyan = 0, Magento = 0.69, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB20563123-
CMYK00.690.40.20
HSL334.65º58.68%52.55%-
HSV(B)334.65º69.27%80.39%-
XYZ30.5317.9620.6-
YUV112.3134.04194.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.43%
GREEN value IS 63 (25% from 255) = 16.11%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=52.43%
G=16.11%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056312300.690.40.20334.6558.6852.55
HexCD3F7B045281414f3b35
Octal31577173010550245177365
Binary1100110111111111110110100010110100010100101001111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3F7B; }

 p { color: rgb(205,63,123); }

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

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

 a { background-color: rgb(205,63,123); }

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

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

 span { border-color: rgb(205,63,123); }

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