Html Css Color HEX #C0127C Medium Violet Red

📋 copy color: '#C0127C'

red 192 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #C0127C

Tints of Medium Violet Red #C0127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.39%

 BLUE value IS 124 (48.83% from 255) = 37.13%

R = 57.49%
G = 5.39%
B = 37.13%

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

#C0127C (or 0xC0127C) is known color: Medium Violet Red. HEX triplet: C0, 12 and 7C. RGB value is (192,18,124). Sum of RGB (Red+Green+Blue) = 192+18+124=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0127C is #3FED83. Grayscale: #515151. Windows color (decimal): -4189572 or 8131264. OLE color: 8131264.

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

Color convert

RGB 192 18 124 -
CMYK 0 0.91 0.35 0.25
HSL 323.45º 0.83% 0.41% -
HSV(B) 323.45º 0.91% 0.75% -
XYZ 25.59 13.09 20.25 -
YUV 82.11 151.65 206.38 -
System Red Green Blue C M Y K H S L
Decimal 192 18 124 0 0.91 0.35 0.25 323.45 0.83 0.41
Hex C0 12 7C 0 5B 23 19 143 53 29
Octal 300 22 174 0 133 43 31 503 123 51
Binary 11000000 10010 1111100 0 1011011 100011 11001 101000011 1010011 101001

Color Harmonies of #C0127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0127C

Black with #C0127C

Text Example


Text Example

White with #C0127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0127C; }

 p { color: rgb(192,18,124); }

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

background-color css

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

 a { background-color: rgb(192,18,124); }

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

border-color css

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

 span { border-color: rgb(192,18,124); }

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