#CF309F

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

Shades of Deep Cerise #CF309F

Tints of Deep Cerise #CF309F

Color information

#CF309F (or 0xCF309F) is unknown color: approx Deep Cerise. HEX triplet: CF, 30 and 9F. RGB value is (207,48,159). Sum of RGB (Red+Green+Blue) = 207+48+159=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF309F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF309F is #30CF60. Grayscale: #6B6B6B. Windows color (decimal): -3198817 or 10432719. OLE color: 10432719.

HSL color Cylindrical-coordinate representation of color #CF309F: hue angle of 318.11º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF309F is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB20748159-
CMYK00.770.230.19
HSL318.11º62.35%50%-
HSV(B)318.11º76.81%81.18%-
XYZ33.0517.8834.51-
YUV108.2156.68198.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 11.59%
BLUE value IS 159 (62.5% from 255) = 38.41%
R=50%
G=11.59%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074815900.770.230.19318.1162.3550
HexCF309F04D171313e3e32
Octal31760237011527234767662
Binary1100111111000010011111010011011011110011100111110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF309F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF309F; }

 p { color: rgb(207,48,159); }

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

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

 a { background-color: rgb(207,48,159); }

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

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

 span { border-color: rgb(207,48,159); }

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