Html Css Color HEX #CE377F Deep Cerise

📋 copy color: '#CE377F'

red 206 ◦ green 55 ◦ blue 127

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

Shades of Deep Cerise #CE377F

Tints of Deep Cerise #CE377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.73%

R = 53.09%
G = 14.18%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE377F (or 0xCE377F) is known color: Deep Cerise. HEX triplet: CE, 37 and 7F. RGB value is (206,55,127). Sum of RGB (Red+Green+Blue) = 206+55+127=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE377F is #31C880. Grayscale: #6C6C6C. Windows color (decimal): -3262593 or 8337358. OLE color: 8337358.

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

Color convert

RGB 206 55 127 -
CMYK 0 0.73 0.38 0.19
HSL 331.39º 0.61% 0.51% -
HSV(B) 331.39º 0.73% 0.81% -
XYZ 30.65 17.39 21.82 -
YUV 108.36 138.53 197.65 -
System Red Green Blue C M Y K H S L
Decimal 206 55 127 0 0.73 0.38 0.19 331.39 0.61 0.51
Hex CE 37 7F 0 49 26 13 14B 3D 33
Octal 316 67 177 0 111 46 23 513 75 63
Binary 11001110 110111 1111111 0 1001001 100110 10011 101001011 111101 110011

Color Harmonies of #CE377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE377F

Black with #CE377F

Text Example


Text Example

White with #CE377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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