Html Css Color HEX #CE377B Deep Cerise

📋 copy color: '#CE377B'

red 206 ◦ green 55 ◦ blue 123

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

Shades of Deep Cerise #CE377B

Tints of Deep Cerise #CE377B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 53.65%
G = 14.32%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE377B (or 0xCE377B) is known color: Deep Cerise. HEX triplet: CE, 37 and 7B. RGB value is (206,55,123). Sum of RGB (Red+Green+Blue) = 206+55+123=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE377B is #31C884. Grayscale: #6B6B6B. Windows color (decimal): -3262597 or 8075214. OLE color: 8075214.

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

Color convert

RGB 206 55 123 -
CMYK 0 0.73 0.40 0.19
HSL 332.98º 0.61% 0.51% -
HSV(B) 332.98º 0.73% 0.81% -
XYZ 30.39 17.28 20.47 -
YUV 107.9 136.53 197.97 -
System Red Green Blue C M Y K H S L
Decimal 206 55 123 0 0.73 0.40 0.19 332.98 0.61 0.51
Hex CE 37 7B 0 49 28 13 14D 3D 33
Octal 316 67 173 0 111 50 23 515 75 63
Binary 11001110 110111 1111011 0 1001001 101000 10011 101001101 111101 110011

Color Harmonies of #CE377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE377B

Black with #CE377B

Text Example


Text Example

White with #CE377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE377B; }

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

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

background-color css

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

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

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

border-color css

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

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

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