Html Css Color HEX #CE2095 Medium Violet Red

📋 copy color: '#CE2095'

red 206 ◦ green 32 ◦ blue 149

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

Shades of Medium Violet Red #CE2095

Tints of Medium Violet Red #CE2095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.27%

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 53.23%
G = 8.27%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE2095 (or 0xCE2095) is known color: Medium Violet Red. HEX triplet: CE, 20 and 95. RGB value is (206,32,149). Sum of RGB (Red+Green+Blue) = 206+32+149=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2095 is #31DF6A. Grayscale: #616161. Windows color (decimal): -3268459 or 9773262. OLE color: 9773262.

HSL color Cylindrical-coordinate representation of color #CE2095: hue angle of 319.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2095 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 32 149 -
CMYK 0 0.84 0.28 0.19
HSL 319.66º 0.73% 0.47% -
HSV(B) 319.66º 0.84% 0.81% -
XYZ 31.39 16.32 29.93 -
YUV 97.36 157.15 205.49 -
System Red Green Blue C M Y K H S L
Decimal 206 32 149 0 0.84 0.28 0.19 319.66 0.73 0.47
Hex CE 20 95 0 54 1C 13 140 49 2F
Octal 316 40 225 0 124 34 23 500 111 57
Binary 11001110 100000 10010101 0 1010100 11100 10011 101000000 1001001 101111

Color Harmonies of #CE2095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2095

Black with #CE2095

Text Example


Text Example

White with #CE2095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2095; }

 p { color: rgb(206,32,149); }

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

background-color css

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

 a { background-color: rgb(206,32,149); }

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

border-color css

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

 span { border-color: rgb(206,32,149); }

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