#CF3985

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

Shades of Deep Cerise #CF3985

Tints of Deep Cerise #CF3985

Color information

#CF3985 (or 0xCF3985) is unknown color: approx Deep Cerise. HEX triplet: CF, 39 and 85. RGB value is (207,57,133). Sum of RGB (Red+Green+Blue) = 207+57+133=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3985 is #30C67A. Grayscale: #6E6E6E. Windows color (decimal): -3196539 or 8731087. OLE color: 8731087.

HSL color Cylindrical-coordinate representation of color #CF3985: hue angle of 329.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3985 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB20757133-
CMYK00.720.360.19
HSL329.6º60.98%51.76%-
HSV(B)329.6º72.46%81.18%-
XYZ31.4317.8923.99-
YUV110.51140.7196.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.14%
GREEN value IS 57 (22.66% from 255) = 14.36%
BLUE value IS 133 (52.34% from 255) = 33.50%
R=52.14%
G=14.36%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075713300.720.360.19329.660.9851.76
HexCF3985048241314a3d34
Octal31771205011044235127564
Binary11001111111001100001010100100010010010011101001010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3985; }

 p { color: rgb(207,57,133); }

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

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

 a { background-color: rgb(207,57,133); }

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

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

 span { border-color: rgb(207,57,133); }

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