Html Css Color HEX #CE397D Deep Cerise

📋 copy color: '#CE397D'

red 206 ◦ green 57 ◦ blue 125

#CE397D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #CE397D

Tints of Deep Cerise #CE397D

RGB

 RED value IS 206 (80.86% from 255) = 53.09%

 GREEN value IS 57 (22.66% from 255) = 14.69%

 BLUE value IS 125 (49.22% from 255) = 32.22%

R = 53.09%
G = 14.69%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE397D (or 0xCE397D) is known color: Deep Cerise. HEX triplet: CE, 39 and 7D. RGB value is (206,57,125). Sum of RGB (Red+Green+Blue) = 206+57+125=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE397D is #31C682. Grayscale: #6D6D6D. Windows color (decimal): -3262083 or 8206798. OLE color: 8206798.

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

Color convert

RGB 206 57 125 -
CMYK 0 0.72 0.39 0.19
HSL 332.62º 0.6% 0.52% -
HSV(B) 332.62º 0.72% 0.81% -
XYZ 30.62 17.53 21.17 -
YUV 109.3 136.86 196.97 -
System Red Green Blue C M Y K H S L
Decimal 206 57 125 0 0.72 0.39 0.19 332.62 0.6 0.52
Hex CE 39 7D 0 48 27 13 14D 3C 34
Octal 316 71 175 0 110 47 23 515 74 64
Binary 11001110 111001 1111101 0 1001000 100111 10011 101001101 111100 110100

Color Harmonies of #CE397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE397D

Black with #CE397D

Text Example


Text Example

White with #CE397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE397D; }

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

 H1.HeaderClassName
 {
   color: #CE397D;
 }
 .AnyTagClassName
 {
   color: #CE397D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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