Html Css Color HEX #CE377E Deep Cerise

📋 copy color: '#CE377E'

red 206 ◦ green 55 ◦ blue 126

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

Shades of Deep Cerise #CE377E

Tints of Deep Cerise #CE377E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.56%

R = 53.23%
G = 14.21%
B = 32.56%

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

#CE377E (or 0xCE377E) is known color: Deep Cerise. HEX triplet: CE, 37 and 7E. RGB value is (206,55,126). Sum of RGB (Red+Green+Blue) = 206+55+126=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE377E is #31C881. Grayscale: #6C6C6C. Windows color (decimal): -3262594 or 8271822. OLE color: 8271822.

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

Color convert

RGB 206 55 126 -
CMYK 0 0.73 0.39 0.19
HSL 331.79º 0.61% 0.51% -
HSV(B) 331.79º 0.73% 0.81% -
XYZ 30.59 17.36 21.48 -
YUV 108.24 138.03 197.73 -
System Red Green Blue C M Y K H S L
Decimal 206 55 126 0 0.73 0.39 0.19 331.79 0.61 0.51
Hex CE 37 7E 0 49 27 13 14C 3D 33
Octal 316 67 176 0 111 47 23 514 75 63
Binary 11001110 110111 1111110 0 1001001 100111 10011 101001100 111101 110011

Color Harmonies of #CE377E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE377E

Black with #CE377E

Text Example


Text Example

White with #CE377E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE377E; }

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

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

background-color css

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

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

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

border-color css

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

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

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