Html Css Color HEX #C0117B Medium Violet Red

📋 copy color: '#C0117B'

red 192 ◦ green 17 ◦ blue 123

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

Shades of Medium Violet Red #C0117B

Tints of Medium Violet Red #C0117B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.05%

R = 57.83%
G = 5.12%
B = 37.05%

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

#C0117B (or 0xC0117B) is known color: Medium Violet Red. HEX triplet: C0, 11 and 7B. RGB value is (192,17,123). Sum of RGB (Red+Green+Blue) = 192+17+123=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C0117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0117B is #3FEE84. Grayscale: #515151. Windows color (decimal): -4189829 or 8065472. OLE color: 8065472.

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

Color convert

RGB 192 17 123 -
CMYK 0 0.91 0.36 0.25
HSL 323.66º 0.84% 0.41% -
HSV(B) 323.66º 0.91% 0.75% -
XYZ 25.51 13.04 19.91 -
YUV 81.41 151.48 206.88 -
System Red Green Blue C M Y K H S L
Decimal 192 17 123 0 0.91 0.36 0.25 323.66 0.84 0.41
Hex C0 11 7B 0 5B 24 19 144 54 29
Octal 300 21 173 0 133 44 31 504 124 51
Binary 11000000 10001 1111011 0 1011011 100100 11001 101000100 1010100 101001

Color Harmonies of #C0117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0117B

Black with #C0117B

Text Example


Text Example

White with #C0117B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0117B; }

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

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

background-color css

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

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

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

border-color css

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

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

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