#CF3B85

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

Shades of Deep Cerise #CF3B85

Tints of Deep Cerise #CF3B85

Color information

#CF3B85 (or 0xCF3B85) is unknown color: approx Deep Cerise. HEX triplet: CF, 3B and 85. RGB value is (207,59,133). Sum of RGB (Red+Green+Blue) = 207+59+133=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3B85 is #30C47A. Grayscale: #6F6F6F. Windows color (decimal): -3196027 or 8731599. OLE color: 8731599.

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

Color convert

RGB20759133-
CMYK00.710.360.19
HSL330º60.66%52.16%-
HSV(B)330º71.5%81.18%-
XYZ31.5318.0924.02-
YUV111.69140.03195.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.88%
GREEN value IS 59 (23.44% from 255) = 14.79%
BLUE value IS 133 (52.34% from 255) = 33.33%
R=51.88%
G=14.79%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075913300.710.360.1933060.6652.16
HexCF3B85047241314a3d34
Octal31773205010744235127564
Binary11001111111011100001010100011110010010011101001010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3B85; }

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

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

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

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

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

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

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

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