#CF3398

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

Shades of Deep Cerise #CF3398

Tints of Deep Cerise #CF3398

Color information

#CF3398 (or 0xCF3398) is unknown color: approx Deep Cerise. HEX triplet: CF, 33 and 98. RGB value is (207,51,152). Sum of RGB (Red+Green+Blue) = 207+51+152=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3398 is #30CC67. Grayscale: #6C6C6C. Windows color (decimal): -3198056 or 9974735. OLE color: 9974735.

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

Color convert

RGB20751152-
CMYK00.750.270.19
HSL321.15º61.9%50.59%-
HSV(B)321.15º75.36%81.18%-
XYZ32.5817.931.44-
YUV109.16152.18197.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.49%
GREEN value IS 51 (20.31% from 255) = 12.44%
BLUE value IS 152 (59.77% from 255) = 37.07%
R=50.49%
G=12.44%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075115200.750.270.19321.1561.950.59
HexCF339804B1B131413e33
Octal31763230011333235017663
Binary1100111111001110011000010010111101110011101000001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3398; }

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

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

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

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

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

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

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

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