#CF30A0

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

Shades of Deep Cerise #CF30A0

Tints of Deep Cerise #CF30A0

Color information

#CF30A0 (or 0xCF30A0) is unknown color: approx Deep Cerise. HEX triplet: CF, 30 and A0. RGB value is (207,48,160). Sum of RGB (Red+Green+Blue) = 207+48+160=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF30A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF30A0 is #30CF5F. Grayscale: #6C6C6C. Windows color (decimal): -3198816 or 10498255. OLE color: 10498255.

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

Color convert

RGB20748160-
CMYK00.770.230.19
HSL317.74º62.35%50%-
HSV(B)317.74º76.81%81.18%-
XYZ33.1317.9234.97-
YUV108.31157.18198.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.88%
GREEN value IS 48 (19.14% from 255) = 11.57%
BLUE value IS 160 (62.89% from 255) = 38.55%
R=49.88%
G=11.57%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074816000.770.230.19317.7462.3550
HexCF30A004D171313e3e32
Octal31760240011527234767662
Binary1100111111000010100000010011011011110011100111110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF30A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF30A0; }

 p { color: rgb(207,48,160); }

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

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

 a { background-color: rgb(207,48,160); }

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

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

 span { border-color: rgb(207,48,160); }

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