#CF3698

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

Shades of Deep Cerise #CF3698

Tints of Deep Cerise #CF3698

Color information

#CF3698 (or 0xCF3698) is unknown color: approx Deep Cerise. HEX triplet: CF, 36 and 98. RGB value is (207,54,152). Sum of RGB (Red+Green+Blue) = 207+54+152=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3698 is #30C967. Grayscale: #6E6E6E. Windows color (decimal): -3197288 or 9975503. OLE color: 9975503.

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

Color convert

RGB20754152-
CMYK00.740.270.19
HSL321.57º61.45%51.18%-
HSV(B)321.57º73.91%81.18%-
XYZ32.7218.1731.49-
YUV110.92151.19196.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.12%
GREEN value IS 54 (21.48% from 255) = 13.08%
BLUE value IS 152 (59.77% from 255) = 36.80%
R=50.12%
G=13.08%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075415200.740.270.19321.5761.4551.18
HexCF369804A1B131423d33
Octal31766230011233235027563
Binary1100111111011010011000010010101101110011101000010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3698; }

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

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

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

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

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

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

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

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