Html Css Color HEX #CE319E Deep Cerise

📋 copy color: '#CE319E'

red 206 ◦ green 49 ◦ blue 158

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

Shades of Deep Cerise #CE319E

Tints of Deep Cerise #CE319E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.86%

 BLUE value IS 158 (62.11% from 255) = 38.26%

R = 49.88%
G = 11.86%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE319E (or 0xCE319E) is known color: Deep Cerise. HEX triplet: CE, 31 and 9E. RGB value is (206,49,158). Sum of RGB (Red+Green+Blue) = 206+49+158=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE319E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE319E is #31CE61. Grayscale: #6C6C6C. Windows color (decimal): -3264098 or 10367438. OLE color: 10367438.

HSL color Cylindrical-coordinate representation of color #CE319E: hue angle of 318.34º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE319E is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 49 158 -
CMYK 0 0.76 0.23 0.19
HSL 318.34º 0.62% 0.5% -
HSV(B) 318.34º 0.76% 0.81% -
XYZ 32.72 17.79 34.06 -
YUV 108.37 156.01 197.64 -
System Red Green Blue C M Y K H S L
Decimal 206 49 158 0 0.76 0.23 0.19 318.34 0.62 0.5
Hex CE 31 9E 0 4C 17 13 13E 3E 32
Octal 316 61 236 0 114 27 23 476 76 62
Binary 11001110 110001 10011110 0 1001100 10111 10011 100111110 111110 110010

Color Harmonies of #CE319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE319E

Black with #CE319E

Text Example


Text Example

White with #CE319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE319E; }

 p { color: rgb(206,49,158); }

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

background-color css

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

 a { background-color: rgb(206,49,158); }

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

border-color css

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

 span { border-color: rgb(206,49,158); }

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