Html Css Color HEX #CE119B Medium Violet Red

📋 copy color: '#CE119B'

red 206 ◦ green 17 ◦ blue 155

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

Shades of Medium Violet Red #CE119B

Tints of Medium Violet Red #CE119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.5%

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 54.5%
G = 4.5%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE119B (or 0xCE119B) is known color: Medium Violet Red. HEX triplet: CE, 11 and 9B. RGB value is (206,17,155). Sum of RGB (Red+Green+Blue) = 206+17+155=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE119B is #31EE64. Grayscale: #585858. Windows color (decimal): -3272293 or 10162638. OLE color: 10162638.

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

Color convert

RGB 206 17 155 -
CMYK 0 0.92 0.25 0.19
HSL 316.19º 0.85% 0.44% -
HSV(B) 316.19º 0.92% 0.81% -
XYZ 31.57 15.89 32.41 -
YUV 89.24 165.12 211.28 -
System Red Green Blue C M Y K H S L
Decimal 206 17 155 0 0.92 0.25 0.19 316.19 0.85 0.44
Hex CE 11 9B 0 5C 19 13 13C 55 2C
Octal 316 21 233 0 134 31 23 474 125 54
Binary 11001110 10001 10011011 0 1011100 11001 10011 100111100 1010101 101100

Color Harmonies of #CE119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE119B

Black with #CE119B

Text Example


Text Example

White with #CE119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE119B; }

 p { color: rgb(206,17,155); }

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

background-color css

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

 a { background-color: rgb(206,17,155); }

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

border-color css

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

 span { border-color: rgb(206,17,155); }

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