Html Css Color HEX #CE2B97 Deep Cerise

📋 copy color: '#CE2B97'

red 206 ◦ green 43 ◦ blue 151

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

Shades of Deep Cerise #CE2B97

Tints of Deep Cerise #CE2B97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.75%

R = 51.5%
G = 10.75%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE2B97 (or 0xCE2B97) is known color: Deep Cerise. HEX triplet: CE, 2B and 97. RGB value is (206,43,151). Sum of RGB (Red+Green+Blue) = 206+43+151=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2B97 is #31D468. Grayscale: #676767. Windows color (decimal): -3265641 or 9907150. OLE color: 9907150.

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

Color convert

RGB 206 43 151 -
CMYK 0 0.79 0.27 0.19
HSL 320.25º 0.65% 0.49% -
HSV(B) 320.25º 0.79% 0.81% -
XYZ 31.9 17.08 30.89 -
YUV 104.05 154.5 200.72 -
System Red Green Blue C M Y K H S L
Decimal 206 43 151 0 0.79 0.27 0.19 320.25 0.65 0.49
Hex CE 2B 97 0 4F 1B 13 140 41 31
Octal 316 53 227 0 117 33 23 500 101 61
Binary 11001110 101011 10010111 0 1001111 11011 10011 101000000 1000001 110001

Color Harmonies of #CE2B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2B97

Black with #CE2B97

Text Example


Text Example

White with #CE2B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2B97; }

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

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

background-color css

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

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

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

border-color css

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

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

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