Html Css Color HEX #CE139E Medium Violet Red

📋 copy color: '#CE139E'

red 206 ◦ green 19 ◦ blue 158

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

Shades of Medium Violet Red #CE139E

Tints of Medium Violet Red #CE139E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.96%

 BLUE value IS 158 (62.11% from 255) = 41.25%

R = 53.79%
G = 4.96%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE139E (or 0xCE139E) is known color: Medium Violet Red. HEX triplet: CE, 13 and 9E. RGB value is (206,19,158). Sum of RGB (Red+Green+Blue) = 206+19+158=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE139E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE139E is #31EC61. Grayscale: #5A5A5A. Windows color (decimal): -3271778 or 10359758. OLE color: 10359758.

HSL color Cylindrical-coordinate representation of color #CE139E: hue angle of 315.4º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE139E is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 19 158 -
CMYK 0 0.91 0.23 0.19
HSL 315.4º 0.83% 0.44% -
HSV(B) 315.4º 0.91% 0.81% -
XYZ 31.86 16.06 33.77 -
YUV 90.76 165.95 210.2 -
System Red Green Blue C M Y K H S L
Decimal 206 19 158 0 0.91 0.23 0.19 315.4 0.83 0.44
Hex CE 13 9E 0 5B 17 13 13B 53 2C
Octal 316 23 236 0 133 27 23 473 123 54
Binary 11001110 10011 10011110 0 1011011 10111 10011 100111011 1010011 101100

Color Harmonies of #CE139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE139E

Black with #CE139E

Text Example


Text Example

White with #CE139E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE139E; }

 p { color: rgb(206,19,158); }

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

background-color css

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

 a { background-color: rgb(206,19,158); }

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

border-color css

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

 span { border-color: rgb(206,19,158); }

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