Html Css Color HEX #CE377D Deep Cerise

📋 copy color: '#CE377D'

red 206 ◦ green 55 ◦ blue 125

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

Shades of Deep Cerise #CE377D

Tints of Deep Cerise #CE377D

RGB

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

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

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

R = 53.37%
G = 14.25%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE377D (or 0xCE377D) is known color: Deep Cerise. HEX triplet: CE, 37 and 7D. RGB value is (206,55,125). Sum of RGB (Red+Green+Blue) = 206+55+125=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE377D is #31C882. Grayscale: #6C6C6C. Windows color (decimal): -3262595 or 8206286. OLE color: 8206286.

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

Color convert

RGB 206 55 125 -
CMYK 0 0.73 0.39 0.19
HSL 332.19º 0.61% 0.51% -
HSV(B) 332.19º 0.73% 0.81% -
XYZ 30.52 17.33 21.14 -
YUV 108.13 137.53 197.81 -
System Red Green Blue C M Y K H S L
Decimal 206 55 125 0 0.73 0.39 0.19 332.19 0.61 0.51
Hex CE 37 7D 0 49 27 13 14C 3D 33
Octal 316 67 175 0 111 47 23 514 75 63
Binary 11001110 110111 1111101 0 1001001 100111 10011 101001100 111101 110011

Color Harmonies of #CE377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE377D

Black with #CE377D

Text Example


Text Example

White with #CE377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE377D; }

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

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

background-color css

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

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

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

border-color css

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

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

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