Html Css Color HEX #CE2986 Deep Cerise

📋 copy color: '#CE2986'

red 206 ◦ green 41 ◦ blue 134

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

Shades of Deep Cerise #CE2986

Tints of Deep Cerise #CE2986

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.76%

 BLUE value IS 134 (52.73% from 255) = 35.17%

R = 54.07%
G = 10.76%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE2986 (or 0xCE2986) is known color: Deep Cerise. HEX triplet: CE, 29 and 86. RGB value is (206,41,134). Sum of RGB (Red+Green+Blue) = 206+41+134=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2986 is #31D679. Grayscale: #646464. Windows color (decimal): -3266170 or 8792526. OLE color: 8792526.

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

Color convert

RGB 206 41 134 -
CMYK 0 0.80 0.35 0.19
HSL 326.18º 0.67% 0.48% -
HSV(B) 326.18º 0.8% 0.81% -
XYZ 30.55 16.43 24.12 -
YUV 100.94 146.66 202.94 -
System Red Green Blue C M Y K H S L
Decimal 206 41 134 0 0.80 0.35 0.19 326.18 0.67 0.48
Hex CE 29 86 0 50 23 13 146 43 30
Octal 316 51 206 0 120 43 23 506 103 60
Binary 11001110 101001 10000110 0 1010000 100011 10011 101000110 1000011 110000

Color Harmonies of #CE2986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2986

Black with #CE2986

Text Example


Text Example

White with #CE2986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2986; }

 p { color: rgb(206,41,134); }

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

background-color css

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

 a { background-color: rgb(206,41,134); }

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

border-color css

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

 span { border-color: rgb(206,41,134); }

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