#CE398A

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

Shades of Deep Cerise #CE398A

Tints of Deep Cerise #CE398A

Color information

#CE398A (or 0xCE398A) is unknown color: approx Deep Cerise. HEX triplet: CE, 39 and 8A. RGB value is (206,57,138). Sum of RGB (Red+Green+Blue) = 206+57+138=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE398A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE398A is #31C675. Grayscale: #6E6E6E. Windows color (decimal): -3262070 or 9058766. OLE color: 9058766.

HSL color Cylindrical-coordinate representation of color #CE398A: hue angle of 327.38º degrees, saturation: 0.6, 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 #CE398A is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB20657138-
CMYK00.720.330.19
HSL327.38º60.32%51.57%-
HSV(B)327.38º72.33%80.78%-
XYZ31.517.8825.84-
YUV110.78143.36195.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.37%
GREEN value IS 57 (22.66% from 255) = 14.21%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=51.37%
G=14.21%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065713800.720.330.19327.3860.3251.57
HexCE398A04821131473c34
Octal31671212011041235077464
Binary11001110111001100010100100100010000110011101000111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE398A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE398A; }

 p { color: rgb(206,57,138); }

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

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

 a { background-color: rgb(206,57,138); }

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

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

 span { border-color: rgb(206,57,138); }

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