Html Css Color HEX #CE3980 Deep Cerise

📋 copy color: '#CE3980'

red 206 ◦ green 57 ◦ blue 128

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

Shades of Deep Cerise #CE3980

Tints of Deep Cerise #CE3980

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.58%

 BLUE value IS 128 (50.39% from 255) = 32.74%

R = 52.69%
G = 14.58%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE3980 (or 0xCE3980) is known color: Deep Cerise. HEX triplet: CE, 39 and 80. RGB value is (206,57,128). Sum of RGB (Red+Green+Blue) = 206+57+128=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3980 is #31C67F. Grayscale: #6D6D6D. Windows color (decimal): -3262080 or 8403406. OLE color: 8403406.

HSL color Cylindrical-coordinate representation of color #CE3980: hue angle of 331.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3980 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 57 128 -
CMYK 0 0.72 0.38 0.19
HSL 331.41º 0.6% 0.52% -
HSV(B) 331.41º 0.72% 0.81% -
XYZ 30.81 17.61 22.2 -
YUV 109.65 138.36 196.73 -
System Red Green Blue C M Y K H S L
Decimal 206 57 128 0 0.72 0.38 0.19 331.41 0.6 0.52
Hex CE 39 80 0 48 26 13 14B 3C 34
Octal 316 71 200 0 110 46 23 513 74 64
Binary 11001110 111001 10000000 0 1001000 100110 10011 101001011 111100 110100

Color Harmonies of #CE3980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3980

Black with #CE3980

Text Example


Text Example

White with #CE3980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3980; }

 p { color: rgb(206,57,128); }

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

background-color css

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

 a { background-color: rgb(206,57,128); }

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

border-color css

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

 span { border-color: rgb(206,57,128); }

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