Html Css Color HEX #CE139C Medium Violet Red

📋 copy color: '#CE139C'

red 206 ◦ green 19 ◦ blue 156

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

Shades of Medium Violet Red #CE139C

Tints of Medium Violet Red #CE139C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.94%

R = 54.07%
G = 4.99%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CE139C (or 0xCE139C) is known color: Medium Violet Red. HEX triplet: CE, 13 and 9C. RGB value is (206,19,156). Sum of RGB (Red+Green+Blue) = 206+19+156=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE139C is #31EC63. Grayscale: #5A5A5A. Windows color (decimal): -3271780 or 10228686. OLE color: 10228686.

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

Color convert

RGB 206 19 156 -
CMYK 0 0.91 0.24 0.19
HSL 316.04º 0.83% 0.44% -
HSV(B) 316.04º 0.91% 0.81% -
XYZ 31.69 15.99 32.87 -
YUV 90.53 164.95 210.36 -
System Red Green Blue C M Y K H S L
Decimal 206 19 156 0 0.91 0.24 0.19 316.04 0.83 0.44
Hex CE 13 9C 0 5B 18 13 13C 53 2C
Octal 316 23 234 0 133 30 23 474 123 54
Binary 11001110 10011 10011100 0 1011011 11000 10011 100111100 1010011 101100

Color Harmonies of #CE139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE139C

Black with #CE139C

Text Example


Text Example

White with #CE139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE139C; }

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

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

background-color css

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

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

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

border-color css

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

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

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