#CF387F

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

Shades of Deep Cerise #CF387F

Tints of Deep Cerise #CF387F

Color information

#CF387F (or 0xCF387F) is unknown color: approx Deep Cerise. HEX triplet: CF, 38 and 7F. RGB value is (207,56,127). Sum of RGB (Red+Green+Blue) = 207+56+127=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF387F is #30C780. Grayscale: #6D6D6D. Windows color (decimal): -3196801 or 8337615. OLE color: 8337615.

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

Color convert

RGB20756127-
CMYK00.730.390.19
HSL331.79º61.13%51.57%-
HSV(B)331.79º72.95%81.18%-
XYZ30.9817.6321.85-
YUV109.24138.03197.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.08%
GREEN value IS 56 (22.27% from 255) = 14.36%
BLUE value IS 127 (50% from 255) = 32.56%
R=53.08%
G=14.36%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075612700.730.390.19331.7961.1351.57
HexCF387F049271314c3d34
Octal31770177011147235147564
Binary1100111111100011111110100100110011110011101001100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF387F; }

 p { color: rgb(207,56,127); }

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

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

 a { background-color: rgb(207,56,127); }

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

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

 span { border-color: rgb(207,56,127); }

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