#CE307A

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

Shades of Deep Cerise #CE307A

Tints of Deep Cerise #CE307A

Color information

#CE307A (or 0xCE307A) is unknown color: approx Deep Cerise. HEX triplet: CE, 30 and 7A. RGB value is (206,48,122). Sum of RGB (Red+Green+Blue) = 206+48+122=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE307A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE307A is #31CF85. Grayscale: #676767. Windows color (decimal): -3264390 or 8007886. OLE color: 8007886.

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

Color convert

RGB20648122-
CMYK00.770.410.19
HSL331.9º62.2%49.8%-
HSV(B)331.9º76.7%80.78%-
XYZ30.0216.6420.04-
YUV103.68138.35200.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.79%
GREEN value IS 48 (19.14% from 255) = 12.77%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=54.79%
G=12.77%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064812200.770.410.19331.962.249.8
HexCE307A04D291314c3e32
Octal31660172011551235147662
Binary1100111011000011110100100110110100110011101001100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE307A; }

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

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

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

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

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

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

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

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