Html Css Color HEX #CE2BA7 Deep Cerise

📋 copy color: '#CE2BA7'

red 206 ◦ green 43 ◦ blue 167

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

Shades of Deep Cerise #CE2BA7

Tints of Deep Cerise #CE2BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.14%

R = 49.52%
G = 10.34%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CE2BA7 (or 0xCE2BA7) is known color: Deep Cerise. HEX triplet: CE, 2B and A7. RGB value is (206,43,167). Sum of RGB (Red+Green+Blue) = 206+43+167=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 167 (65.62% from 255 or 40.14% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2BA7 is #31D458. Grayscale: #696969. Windows color (decimal): -3265625 or 10955726. OLE color: 10955726.

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

Color convert

RGB 206 43 167 -
CMYK 0 0.79 0.19 0.19
HSL 314.36º 0.65% 0.49% -
HSV(B) 314.36º 0.79% 0.81% -
XYZ 33.29 17.64 38.21 -
YUV 105.87 162.5 199.42 -
System Red Green Blue C M Y K H S L
Decimal 206 43 167 0 0.79 0.19 0.19 314.36 0.65 0.49
Hex CE 2B A7 0 4F 13 13 13A 41 31
Octal 316 53 247 0 117 23 23 472 101 61
Binary 11001110 101011 10100111 0 1001111 10011 10011 100111010 1000001 110001

Color Harmonies of #CE2BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2BA7

Black with #CE2BA7

Text Example


Text Example

White with #CE2BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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