#CE30A7

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

Shades of Deep Cerise #CE30A7

Tints of Deep Cerise #CE30A7

Color information

#CE30A7 (or 0xCE30A7) is unknown color: approx Deep Cerise. HEX triplet: CE, 30 and A7. RGB value is (206,48,167). Sum of RGB (Red+Green+Blue) = 206+48+167=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE30A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE30A7 is #31CF58. Grayscale: #6C6C6C. Windows color (decimal): -3264345 or 10957006. OLE color: 10957006.

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

Color convert

RGB20648167-
CMYK00.770.190.19
HSL314.81º62.2%49.8%-
HSV(B)314.81º76.7%80.78%-
XYZ33.4918.0338.27-
YUV108.81160.85197.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.93%
GREEN value IS 48 (19.14% from 255) = 11.40%
BLUE value IS 167 (65.62% from 255) = 39.67%
R=48.93%
G=11.40%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064816700.770.190.19314.8162.249.8
HexCE30A704D131313b3e32
Octal31660247011523234737662
Binary1100111011000010100111010011011001110011100111011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE30A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE30A7; }

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

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

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

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

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

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

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

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