Html Css Color HEX #CE2BA1 Deep Cerise

📋 copy color: '#CE2BA1'

red 206 ◦ green 43 ◦ blue 161

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

Shades of Deep Cerise #CE2BA1

Tints of Deep Cerise #CE2BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.27%

R = 50.24%
G = 10.49%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE2BA1 (or 0xCE2BA1) is known color: Deep Cerise. HEX triplet: CE, 2B and A1. RGB value is (206,43,161). Sum of RGB (Red+Green+Blue) = 206+43+161=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 161 (63.28% from 255 or 39.27% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2BA1 is #31D45E. Grayscale: #686868. Windows color (decimal): -3265631 or 10562510. OLE color: 10562510.

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

Color convert

RGB 206 43 161 -
CMYK 0 0.79 0.22 0.19
HSL 316.56º 0.65% 0.49% -
HSV(B) 316.56º 0.79% 0.81% -
XYZ 32.75 17.42 35.36 -
YUV 105.19 159.5 199.91 -
System Red Green Blue C M Y K H S L
Decimal 206 43 161 0 0.79 0.22 0.19 316.56 0.65 0.49
Hex CE 2B A1 0 4F 16 13 13D 41 31
Octal 316 53 241 0 117 26 23 475 101 61
Binary 11001110 101011 10100001 0 1001111 10110 10011 100111101 1000001 110001

Color Harmonies of #CE2BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2BA1

Black with #CE2BA1

Text Example


Text Example

White with #CE2BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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