#CF327A

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

Shades of Deep Cerise #CF327A

Tints of Deep Cerise #CF327A

Color information

#CF327A (or 0xCF327A) is unknown color: approx Deep Cerise. HEX triplet: CF, 32 and 7A. RGB value is (207,50,122). Sum of RGB (Red+Green+Blue) = 207+50+122=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF327A is #30CD85. Grayscale: #696969. Windows color (decimal): -3198342 or 8008399. OLE color: 8008399.

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

Color convert

RGB20750122-
CMYK00.760.410.19
HSL332.48º62.06%50.39%-
HSV(B)332.48º75.85%81.18%-
XYZ30.3916.9520.08-
YUV105.15137.51200.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.62%
GREEN value IS 50 (19.92% from 255) = 13.19%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=54.62%
G=13.19%
B=32.19%

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
Decimal2075012200.760.410.19332.4862.0650.39
HexCF327A04C291314c3e32
Octal31762172011451235147662
Binary1100111111001011110100100110010100110011101001100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF327A; }

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

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

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

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

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

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

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

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