Html Css Color HEX #CE2BAE Deep Cerise

📋 copy color: '#CE2BAE'

red 206 ◦ green 43 ◦ blue 174

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

Shades of Deep Cerise #CE2BAE

Tints of Deep Cerise #CE2BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.17%

 BLUE value IS 174 (68.36% from 255) = 41.13%

R = 48.7%
G = 10.17%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE2BAE (or 0xCE2BAE) is known color: Deep Cerise. HEX triplet: CE, 2B and AE. RGB value is (206,43,174). Sum of RGB (Red+Green+Blue) = 206+43+174=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2BAE is #31D451. Grayscale: #6A6A6A. Windows color (decimal): -3265618 or 11414478. OLE color: 11414478.

HSL color Cylindrical-coordinate representation of color #CE2BAE: hue angle of 311.78º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2BAE is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 43 174 -
CMYK 0 0.79 0.16 0.19
HSL 311.78º 0.65% 0.49% -
HSV(B) 311.78º 0.79% 0.81% -
XYZ 33.96 17.91 41.71 -
YUV 106.67 166 198.85 -
System Red Green Blue C M Y K H S L
Decimal 206 43 174 0 0.79 0.16 0.19 311.78 0.65 0.49
Hex CE 2B AE 0 4F 10 13 138 41 31
Octal 316 53 256 0 117 20 23 470 101 61
Binary 11001110 101011 10101110 0 1001111 10000 10011 100111000 1000001 110001

Color Harmonies of #CE2BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2BAE

Black with #CE2BAE

Text Example


Text Example

White with #CE2BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2BAE; }

 p { color: rgb(206,43,174); }

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

background-color css

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

 a { background-color: rgb(206,43,174); }

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

border-color css

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

 span { border-color: rgb(206,43,174); }

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