Html Css Color HEX #CE2780 Deep Cerise

📋 copy color: '#CE2780'

red 206 ◦ green 39 ◦ blue 128

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

Shades of Deep Cerise #CE2780

Tints of Deep Cerise #CE2780

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.46%

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

R = 55.23%
G = 10.46%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE2780 (or 0xCE2780) is known color: Deep Cerise. HEX triplet: CE, 27 and 80. RGB value is (206,39,128). Sum of RGB (Red+Green+Blue) = 206+39+128=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2780 is #31D87F. Grayscale: #626262. Windows color (decimal): -3266688 or 8398798. OLE color: 8398798.

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

Color convert

RGB 206 39 128 -
CMYK 0 0.81 0.38 0.19
HSL 328.02º 0.68% 0.48% -
HSV(B) 328.02º 0.81% 0.81% -
XYZ 30.08 16.13 21.95 -
YUV 99.08 144.33 204.26 -
System Red Green Blue C M Y K H S L
Decimal 206 39 128 0 0.81 0.38 0.19 328.02 0.68 0.48
Hex CE 27 80 0 51 26 13 148 44 30
Octal 316 47 200 0 121 46 23 510 104 60
Binary 11001110 100111 10000000 0 1010001 100110 10011 101001000 1000100 110000

Color Harmonies of #CE2780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2780

Black with #CE2780

Text Example


Text Example

White with #CE2780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2780; }

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

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

background-color css

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

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

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

border-color css

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

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

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