Html Css Color HEX #C0018E Medium Violet Red

📋 copy color: '#C0018E'

red 192 ◦ green 1 ◦ blue 142

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

Shades of Medium Violet Red #C0018E

Tints of Medium Violet Red #C0018E

RGB

 RED value IS 192 (75.39% from 255) = 57.31%

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 142 (55.86% from 255) = 42.39%

R = 57.31%
G = 0.3%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0018E (or 0xC0018E) is known color: Medium Violet Red. HEX triplet: C0, 01 and 8E. RGB value is (192,1,142). Sum of RGB (Red+Green+Blue) = 192+1+142=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0018E is #3FFE71. Grayscale: #494949. Windows color (decimal): -4193906 or 9306560. OLE color: 9306560.

HSL color Cylindrical-coordinate representation of color #C0018E: hue angle of 315.71º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0018E is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 1 142 -
CMYK 0 0.99 0.26 0.25
HSL 315.71º 0.99% 0.38% -
HSV(B) 315.71º 0.99% 0.75% -
XYZ 26.63 13.18 26.73 -
YUV 74.18 166.28 212.04 -
System Red Green Blue C M Y K H S L
Decimal 192 1 142 0 0.99 0.26 0.25 315.71 0.99 0.38
Hex C0 1 8E 0 63 1A 19 13C 63 26
Octal 300 1 216 0 143 32 31 474 143 46
Binary 11000000 1 10001110 0 1100011 11010 11001 100111100 1100011 100110

Color Harmonies of #C0018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0018E

Black with #C0018E

Text Example


Text Example

White with #C0018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0018E; }

 p { color: rgb(192,1,142); }

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

background-color css

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

 a { background-color: rgb(192,1,142); }

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

border-color css

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

 span { border-color: rgb(192,1,142); }

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