Html Css Color HEX #CE2C96 Deep Cerise

📋 copy color: '#CE2C96'

red 206 ◦ green 44 ◦ blue 150

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

Shades of Deep Cerise #CE2C96

Tints of Deep Cerise #CE2C96

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11%

 BLUE value IS 150 (58.98% from 255) = 37.5%

R = 51.5%
G = 11%
B = 37.5%

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

#CE2C96 (or 0xCE2C96) is known color: Deep Cerise. HEX triplet: CE, 2C and 96. RGB value is (206,44,150). Sum of RGB (Red+Green+Blue) = 206+44+150=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2C96 is #31D369. Grayscale: #686868. Windows color (decimal): -3265386 or 9841870. OLE color: 9841870.

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

Color convert

RGB 206 44 150 -
CMYK 0 0.79 0.27 0.19
HSL 320.74º 0.65% 0.49% -
HSV(B) 320.74º 0.79% 0.81% -
XYZ 31.86 17.13 30.48 -
YUV 104.52 153.67 200.38 -
System Red Green Blue C M Y K H S L
Decimal 206 44 150 0 0.79 0.27 0.19 320.74 0.65 0.49
Hex CE 2C 96 0 4F 1B 13 141 41 31
Octal 316 54 226 0 117 33 23 501 101 61
Binary 11001110 101100 10010110 0 1001111 11011 10011 101000001 1000001 110001

Color Harmonies of #CE2C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2C96

Black with #CE2C96

Text Example


Text Example

White with #CE2C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2C96; }

 p { color: rgb(206,44,150); }

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

background-color css

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

 a { background-color: rgb(206,44,150); }

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

border-color css

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

 span { border-color: rgb(206,44,150); }

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