Html Css Color HEX #CE198C Medium Violet Red

📋 copy color: '#CE198C'

red 206 ◦ green 25 ◦ blue 140

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

Shades of Medium Violet Red #CE198C

Tints of Medium Violet Red #CE198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.74%

 BLUE value IS 140 (55.08% from 255) = 37.74%

R = 55.53%
G = 6.74%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE198C (or 0xCE198C) is known color: Medium Violet Red. HEX triplet: CE, 19 and 8C. RGB value is (206,25,140). Sum of RGB (Red+Green+Blue) = 206+25+140=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE198C is #31E673. Grayscale: #5B5B5B. Windows color (decimal): -3270260 or 9181646. OLE color: 9181646.

HSL color Cylindrical-coordinate representation of color #CE198C: hue angle of 321.88º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE198C is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 25 140 -
CMYK 0 0.88 0.32 0.19
HSL 321.88º 0.78% 0.45% -
HSV(B) 321.88º 0.88% 0.81% -
XYZ 30.53 15.71 26.23 -
YUV 92.23 154.97 209.15 -
System Red Green Blue C M Y K H S L
Decimal 206 25 140 0 0.88 0.32 0.19 321.88 0.78 0.45
Hex CE 19 8C 0 58 20 13 142 4E 2D
Octal 316 31 214 0 130 40 23 502 116 55
Binary 11001110 11001 10001100 0 1011000 100000 10011 101000010 1001110 101101

Color Harmonies of #CE198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE198C

Black with #CE198C

Text Example


Text Example

White with #CE198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE198C; }

 p { color: rgb(206,25,140); }

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

background-color css

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

 a { background-color: rgb(206,25,140); }

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

border-color css

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

 span { border-color: rgb(206,25,140); }

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