Html Css Color HEX #C0117D Medium Violet Red

📋 copy color: '#C0117D'

red 192 ◦ green 17 ◦ blue 125

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

Shades of Medium Violet Red #C0117D

Tints of Medium Violet Red #C0117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.43%

R = 57.49%
G = 5.09%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0117D (or 0xC0117D) is known color: Medium Violet Red. HEX triplet: C0, 11 and 7D. RGB value is (192,17,125). Sum of RGB (Red+Green+Blue) = 192+17+125=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0117D is #3FEE82. Grayscale: #515151. Windows color (decimal): -4189827 or 8196544. OLE color: 8196544.

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

Color convert

RGB 192 17 125 -
CMYK 0 0.91 0.35 0.25
HSL 322.97º 0.84% 0.41% -
HSV(B) 322.97º 0.91% 0.75% -
XYZ 25.64 13.09 20.58 -
YUV 81.64 152.48 206.72 -
System Red Green Blue C M Y K H S L
Decimal 192 17 125 0 0.91 0.35 0.25 322.97 0.84 0.41
Hex C0 11 7D 0 5B 23 19 143 54 29
Octal 300 21 175 0 133 43 31 503 124 51
Binary 11000000 10001 1111101 0 1011011 100011 11001 101000011 1010100 101001

Color Harmonies of #C0117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0117D

Black with #C0117D

Text Example


Text Example

White with #C0117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0117D; }

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

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

background-color css

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

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

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

border-color css

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

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

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