#CF318F

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

Shades of Deep Cerise #CF318F

Tints of Deep Cerise #CF318F

Color information

#CF318F (or 0xCF318F) is unknown color: approx Deep Cerise. HEX triplet: CF, 31 and 8F. RGB value is (207,49,143). Sum of RGB (Red+Green+Blue) = 207+49+143=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF318F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF318F is #30CE70. Grayscale: #6A6A6A. Windows color (decimal): -3198577 or 9384399. OLE color: 9384399.

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

Color convert

RGB20749143-
CMYK00.760.310.19
HSL324.3º62.2%50.2%-
HSV(B)324.3º76.33%81.18%-
XYZ31.7917.4527.68-
YUV106.96148.35199.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.88%
GREEN value IS 49 (19.53% from 255) = 12.28%
BLUE value IS 143 (56.25% from 255) = 35.84%
R=51.88%
G=12.28%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074914300.760.310.19324.362.250.2
HexCF318F04C1F131443e32
Octal31761217011437235047662
Binary1100111111000110001111010011001111110011101000100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF318F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF318F; }

 p { color: rgb(207,49,143); }

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

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

 a { background-color: rgb(207,49,143); }

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

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

 span { border-color: rgb(207,49,143); }

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