#C93D79

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

Shades of Deep Cerise #C93D79

Tints of Deep Cerise #C93D79

Color information

#C93D79 (or 0xC93D79) is unknown color: approx Deep Cerise. HEX triplet: C9, 3D and 79. RGB value is (201,61,121). Sum of RGB (Red+Green+Blue) = 201+61+121=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93D79 is #36C286. Grayscale: #6D6D6D. Windows color (decimal): -3588743 or 7945673. OLE color: 7945673.

HSL color Cylindrical-coordinate representation of color #C93D79: hue angle of 334.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93D79 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB20161121-
CMYK00.700.400.21
HSL334.29º56.45%51.37%-
HSV(B)334.29º69.65%78.82%-
XYZ29.2117.1419.86-
YUV109.7134.38193.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.48%
GREEN value IS 61 (24.22% from 255) = 15.93%
BLUE value IS 121 (47.66% from 255) = 31.59%
R=52.48%
G=15.93%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016112100.700.400.21334.2956.4551.37
HexC93D79046281514e3833
Octal31175171010650255167063
Binary1100100111110111110010100011010100010101101001110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93D79; }

 p { color: rgb(201,61,121); }

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

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

 a { background-color: rgb(201,61,121); }

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

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

 span { border-color: rgb(201,61,121); }

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