#CF327B

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

Shades of Deep Cerise #CF327B

Tints of Deep Cerise #CF327B

Color information

#CF327B (or 0xCF327B) is unknown color: approx Deep Cerise. HEX triplet: CF, 32 and 7B. RGB value is (207,50,123). Sum of RGB (Red+Green+Blue) = 207+50+123=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF327B is #30CD84. Grayscale: #696969. Windows color (decimal): -3198341 or 8073935. OLE color: 8073935.

HSL color Cylindrical-coordinate representation of color #CF327B: hue angle of 332.1º 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 #CF327B is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB20750123-
CMYK00.760.410.19
HSL332.1º62.06%50.39%-
HSV(B)332.1º75.85%81.18%-
XYZ30.4516.9820.41-
YUV105.26138.01200.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.47%
GREEN value IS 50 (19.92% from 255) = 13.16%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=54.47%
G=13.16%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075012300.760.410.19332.162.0650.39
HexCF327B04C291314c3e32
Octal31762173011451235147662
Binary1100111111001011110110100110010100110011101001100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF327B; }

 p { color: rgb(207,50,123); }

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

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

 a { background-color: rgb(207,50,123); }

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

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

 span { border-color: rgb(207,50,123); }

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