Html Css Color HEX #CE2786 Deep Cerise

📋 copy color: '#CE2786'

red 206 ◦ green 39 ◦ blue 134

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

Shades of Deep Cerise #CE2786

Tints of Deep Cerise #CE2786

RGB

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

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

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

R = 54.35%
G = 10.29%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE2786 (or 0xCE2786) is known color: Deep Cerise. HEX triplet: CE, 27 and 86. RGB value is (206,39,134). Sum of RGB (Red+Green+Blue) = 206+39+134=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2786 is #31D879. Grayscale: #636363. Windows color (decimal): -3266682 or 8792014. OLE color: 8792014.

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

Color convert

RGB 206 39 134 -
CMYK 0 0.81 0.35 0.19
HSL 325.87º 0.68% 0.48% -
HSV(B) 325.87º 0.81% 0.81% -
XYZ 30.48 16.29 24.09 -
YUV 99.76 147.33 203.78 -
System Red Green Blue C M Y K H S L
Decimal 206 39 134 0 0.81 0.35 0.19 325.87 0.68 0.48
Hex CE 27 86 0 51 23 13 146 44 30
Octal 316 47 206 0 121 43 23 506 104 60
Binary 11001110 100111 10000110 0 1010001 100011 10011 101000110 1000100 110000

Color Harmonies of #CE2786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2786

Black with #CE2786

Text Example


Text Example

White with #CE2786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2786; }

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

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

background-color css

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

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

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

border-color css

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

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

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