#CF3A82

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

Shades of Deep Cerise #CF3A82

Tints of Deep Cerise #CF3A82

Color information

#CF3A82 (or 0xCF3A82) is unknown color: approx Deep Cerise. HEX triplet: CF, 3A and 82. RGB value is (207,58,130). Sum of RGB (Red+Green+Blue) = 207+58+130=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3A82 is #30C57D. Grayscale: #6E6E6E. Windows color (decimal): -3196286 or 8534735. OLE color: 8534735.

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

Color convert

RGB20758130-
CMYK00.720.370.19
HSL331.01º60.82%51.96%-
HSV(B)331.01º71.98%81.18%-
XYZ31.2717.922.93-
YUV110.76138.86196.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.41%
GREEN value IS 58 (23.05% from 255) = 14.68%
BLUE value IS 130 (51.17% from 255) = 32.91%
R=52.41%
G=14.68%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075813000.720.370.19331.0160.8251.96
HexCF3A82048251314b3d34
Octal31772202011045235137564
Binary11001111111010100000100100100010010110011101001011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3A82; }

 p { color: rgb(207,58,130); }

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

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

 a { background-color: rgb(207,58,130); }

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

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

 span { border-color: rgb(207,58,130); }

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