#CE30AA

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

Shades of Deep Cerise #CE30AA

Tints of Deep Cerise #CE30AA

Color information

#CE30AA (or 0xCE30AA) is unknown color: approx Deep Cerise. HEX triplet: CE, 30 and AA. RGB value is (206,48,170). Sum of RGB (Red+Green+Blue) = 206+48+170=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE30AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE30AA is #31CF55. Grayscale: #6C6C6C. Windows color (decimal): -3264342 or 11153614. OLE color: 11153614.

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

Color convert

RGB20648170-
CMYK00.770.170.19
HSL313.67º62.2%49.8%-
HSV(B)313.67º76.7%80.78%-
XYZ33.7718.1439.75-
YUV109.15162.35197.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.58%
GREEN value IS 48 (19.14% from 255) = 11.32%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=48.58%
G=11.32%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064817000.770.170.19313.6762.249.8
HexCE30AA04D111313a3e32
Octal31660252011521234727662
Binary1100111011000010101010010011011000110011100111010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE30AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE30AA; }

 p { color: rgb(206,48,170); }

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

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

 a { background-color: rgb(206,48,170); }

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

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

 span { border-color: rgb(206,48,170); }

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