#CF3394

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

Shades of Deep Cerise #CF3394

Tints of Deep Cerise #CF3394

Color information

#CF3394 (or 0xCF3394) is unknown color: approx Deep Cerise. HEX triplet: CF, 33 and 94. RGB value is (207,51,148). Sum of RGB (Red+Green+Blue) = 207+51+148=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3394 is #30CC6B. Grayscale: #6C6C6C. Windows color (decimal): -3198060 or 9712591. OLE color: 9712591.

HSL color Cylindrical-coordinate representation of color #CF3394: hue angle of 322.69º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3394 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB20751148-
CMYK00.750.290.19
HSL322.69º61.9%50.59%-
HSV(B)322.69º75.36%81.18%-
XYZ32.2617.7729.75-
YUV108.7150.18198.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.99%
GREEN value IS 51 (20.31% from 255) = 12.56%
BLUE value IS 148 (58.20% from 255) = 36.45%
R=50.99%
G=12.56%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075114800.750.290.19322.6961.950.59
HexCF339404B1D131433e33
Octal31763224011335235037663
Binary1100111111001110010100010010111110110011101000011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3394; }

 p { color: rgb(207,51,148); }

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

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

 a { background-color: rgb(207,51,148); }

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

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

 span { border-color: rgb(207,51,148); }

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