Html Css Color HEX #CE2EAB Deep Cerise

📋 copy color: '#CE2EAB'

red 206 ◦ green 46 ◦ blue 171

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

Shades of Deep Cerise #CE2EAB

Tints of Deep Cerise #CE2EAB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.87%

 BLUE value IS 171 (67.19% from 255) = 40.43%

R = 48.7%
G = 10.87%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE2EAB (or 0xCE2EAB) is known color: Deep Cerise. HEX triplet: CE, 2E and AB. RGB value is (206,46,171). Sum of RGB (Red+Green+Blue) = 206+46+171=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 46 (18.36% from 255 or 10.87% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2EAB is #31D154. Grayscale: #6B6B6B. Windows color (decimal): -3264853 or 11218638. OLE color: 11218638.

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

Color convert

RGB 206 46 171 -
CMYK 0 0.78 0.17 0.19
HSL 313.13º 0.63% 0.49% -
HSV(B) 313.13º 0.78% 0.81% -
XYZ 33.78 18.02 40.23 -
YUV 108.09 163.51 197.84 -
System Red Green Blue C M Y K H S L
Decimal 206 46 171 0 0.78 0.17 0.19 313.13 0.63 0.49
Hex CE 2E AB 0 4E 11 13 139 3F 31
Octal 316 56 253 0 116 21 23 471 77 61
Binary 11001110 101110 10101011 0 1001110 10001 10011 100111001 111111 110001

Color Harmonies of #CE2EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2EAB

Black with #CE2EAB

Text Example


Text Example

White with #CE2EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2EAB; }

 p { color: rgb(206,46,171); }

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

background-color css

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

 a { background-color: rgb(206,46,171); }

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

border-color css

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

 span { border-color: rgb(206,46,171); }

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