Html Css Color HEX #CE2BAC Deep Cerise

📋 copy color: '#CE2BAC'

red 206 ◦ green 43 ◦ blue 172

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

Shades of Deep Cerise #CE2BAC

Tints of Deep Cerise #CE2BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.86%

R = 48.93%
G = 10.21%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE2BAC (or 0xCE2BAC) is known color: Deep Cerise. HEX triplet: CE, 2B and AC. RGB value is (206,43,172). Sum of RGB (Red+Green+Blue) = 206+43+172=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 43 (17.19% from 255 or 10.21% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2BAC is #31D453. Grayscale: #6A6A6A. Windows color (decimal): -3265620 or 11283406. OLE color: 11283406.

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

Color convert

RGB 206 43 172 -
CMYK 0 0.79 0.17 0.19
HSL 312.52º 0.65% 0.49% -
HSV(B) 312.52º 0.79% 0.81% -
XYZ 33.76 17.83 40.69 -
YUV 106.44 165 199.01 -
System Red Green Blue C M Y K H S L
Decimal 206 43 172 0 0.79 0.17 0.19 312.52 0.65 0.49
Hex CE 2B AC 0 4F 11 13 139 41 31
Octal 316 53 254 0 117 21 23 471 101 61
Binary 11001110 101011 10101100 0 1001111 10001 10011 100111001 1000001 110001

Color Harmonies of #CE2BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2BAC

Black with #CE2BAC

Text Example


Text Example

White with #CE2BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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