Html Css Color HEX #CE379D Deep Cerise

📋 copy color: '#CE379D'

red 206 ◦ green 55 ◦ blue 157

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

Shades of Deep Cerise #CE379D

Tints of Deep Cerise #CE379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 49.28%
G = 13.16%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CE379D (or 0xCE379D) is known color: Deep Cerise. HEX triplet: CE, 37 and 9D. RGB value is (206,55,157). Sum of RGB (Red+Green+Blue) = 206+55+157=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE379D is #31C862. Grayscale: #6F6F6F. Windows color (decimal): -3262563 or 10303438. OLE color: 10303438.

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

Color convert

RGB 206 55 157 -
CMYK 0 0.73 0.24 0.19
HSL 319.47º 0.61% 0.51% -
HSV(B) 319.47º 0.73% 0.81% -
XYZ 32.91 18.29 33.69 -
YUV 111.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 206 55 157 0 0.73 0.24 0.19 319.47 0.61 0.51
Hex CE 37 9D 0 49 18 13 13F 3D 33
Octal 316 67 235 0 111 30 23 477 75 63
Binary 11001110 110111 10011101 0 1001001 11000 10011 100111111 111101 110011

Color Harmonies of #CE379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE379D

Black with #CE379D

Text Example


Text Example

White with #CE379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE379D; }

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

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

background-color css

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

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

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

border-color css

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

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

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