Html Css Color HEX #CE139F Medium Violet Red

📋 copy color: '#CE139F'

red 206 ◦ green 19 ◦ blue 159

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

Shades of Medium Violet Red #CE139F

Tints of Medium Violet Red #CE139F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.41%

R = 53.65%
G = 4.95%
B = 41.41%

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

#CE139F (or 0xCE139F) is known color: Medium Violet Red. HEX triplet: CE, 13 and 9F. RGB value is (206,19,159). Sum of RGB (Red+Green+Blue) = 206+19+159=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE139F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE139F is #31EC60. Grayscale: #5A5A5A. Windows color (decimal): -3271777 or 10425294. OLE color: 10425294.

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

Color convert

RGB 206 19 159 -
CMYK 0 0.91 0.23 0.19
HSL 315.08º 0.83% 0.44% -
HSV(B) 315.08º 0.91% 0.81% -
XYZ 31.94 16.09 34.22 -
YUV 90.87 166.45 210.12 -
System Red Green Blue C M Y K H S L
Decimal 206 19 159 0 0.91 0.23 0.19 315.08 0.83 0.44
Hex CE 13 9F 0 5B 17 13 13B 53 2C
Octal 316 23 237 0 133 27 23 473 123 54
Binary 11001110 10011 10011111 0 1011011 10111 10011 100111011 1010011 101100

Color Harmonies of #CE139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE139F

Black with #CE139F

Text Example


Text Example

White with #CE139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE139F; }

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

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

background-color css

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

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

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

border-color css

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

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

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