Html Css Color HEX #CE3880 Deep Cerise

📋 copy color: '#CE3880'

red 206 ◦ green 56 ◦ blue 128

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

Shades of Deep Cerise #CE3880

Tints of Deep Cerise #CE3880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.36%

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

R = 52.82%
G = 14.36%
B = 32.82%

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

#CE3880 (or 0xCE3880) is known color: Deep Cerise. HEX triplet: CE, 38 and 80. RGB value is (206,56,128). Sum of RGB (Red+Green+Blue) = 206+56+128=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3880 is #31C77F. Grayscale: #6C6C6C. Windows color (decimal): -3262336 or 8403150. OLE color: 8403150.

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

Color convert

RGB 206 56 128 -
CMYK 0 0.73 0.38 0.19
HSL 331.2º 0.6% 0.51% -
HSV(B) 331.2º 0.73% 0.81% -
XYZ 30.76 17.51 22.18 -
YUV 109.06 138.7 197.15 -
System Red Green Blue C M Y K H S L
Decimal 206 56 128 0 0.73 0.38 0.19 331.2 0.6 0.51
Hex CE 38 80 0 49 26 13 14B 3C 33
Octal 316 70 200 0 111 46 23 513 74 63
Binary 11001110 111000 10000000 0 1001001 100110 10011 101001011 111100 110011

Color Harmonies of #CE3880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3880

Black with #CE3880

Text Example


Text Example

White with #CE3880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3880; }

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

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

background-color css

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

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

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

border-color css

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

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

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