Html Css Color HEX #C0117A Medium Violet Red

📋 copy color: '#C0117A'

red 192 ◦ green 17 ◦ blue 122

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

Shades of Medium Violet Red #C0117A

Tints of Medium Violet Red #C0117A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.86%

R = 58.01%
G = 5.14%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0117A (or 0xC0117A) is known color: Medium Violet Red. HEX triplet: C0, 11 and 7A. RGB value is (192,17,122). Sum of RGB (Red+Green+Blue) = 192+17+122=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C0117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0117A is #3FEE85. Grayscale: #515151. Windows color (decimal): -4189830 or 7999936. OLE color: 7999936.

HSL color Cylindrical-coordinate representation of color #C0117A: hue angle of 324º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0117A is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 122 -
CMYK 0 0.91 0.36 0.25
HSL 324º 0.84% 0.41% -
HSV(B) 324º 0.91% 0.75% -
XYZ 25.45 13.01 19.58 -
YUV 81.3 150.98 206.96 -
System Red Green Blue C M Y K H S L
Decimal 192 17 122 0 0.91 0.36 0.25 324 0.84 0.41
Hex C0 11 7A 0 5B 24 19 144 54 29
Octal 300 21 172 0 133 44 31 504 124 51
Binary 11000000 10001 1111010 0 1011011 100100 11001 101000100 1010100 101001

Color Harmonies of #C0117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0117A

Black with #C0117A

Text Example


Text Example

White with #C0117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0117A; }

 p { color: rgb(192,17,122); }

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

background-color css

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

 a { background-color: rgb(192,17,122); }

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

border-color css

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

 span { border-color: rgb(192,17,122); }

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