Html Css Color HEX #CE379E Deep Cerise

📋 copy color: '#CE379E'

red 206 ◦ green 55 ◦ blue 158

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

Shades of Deep Cerise #CE379E

Tints of Deep Cerise #CE379E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.13%

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

R = 49.16%
G = 13.13%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE379E (or 0xCE379E) is known color: Deep Cerise. HEX triplet: CE, 37 and 9E. RGB value is (206,55,158). Sum of RGB (Red+Green+Blue) = 206+55+158=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE379E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE379E is #31C861. Grayscale: #6F6F6F. Windows color (decimal): -3262562 or 10368974. OLE color: 10368974.

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

Color convert

RGB 206 55 158 -
CMYK 0 0.73 0.23 0.19
HSL 319.07º 0.61% 0.51% -
HSV(B) 319.07º 0.73% 0.81% -
XYZ 32.99 18.32 34.15 -
YUV 111.89 154.03 195.12 -
System Red Green Blue C M Y K H S L
Decimal 206 55 158 0 0.73 0.23 0.19 319.07 0.61 0.51
Hex CE 37 9E 0 49 17 13 13F 3D 33
Octal 316 67 236 0 111 27 23 477 75 63
Binary 11001110 110111 10011110 0 1001001 10111 10011 100111111 111101 110011

Color Harmonies of #CE379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE379E

Black with #CE379E

Text Example


Text Example

White with #CE379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE379E; }

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

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

background-color css

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

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

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

border-color css

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

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

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