Html Css Color HEX #C0127F Medium Violet Red

📋 copy color: '#C0127F'

red 192 ◦ green 18 ◦ blue 127

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

Shades of Medium Violet Red #C0127F

Tints of Medium Violet Red #C0127F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.69%

R = 56.97%
G = 5.34%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0127F (or 0xC0127F) is known color: Medium Violet Red. HEX triplet: C0, 12 and 7F. RGB value is (192,18,127). Sum of RGB (Red+Green+Blue) = 192+18+127=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0127F is #3FED80. Grayscale: #525252. Windows color (decimal): -4189569 or 8327872. OLE color: 8327872.

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

Color convert

RGB 192 18 127 -
CMYK 0 0.91 0.34 0.25
HSL 322.41º 0.83% 0.41% -
HSV(B) 322.41º 0.91% 0.75% -
XYZ 25.79 13.17 21.26 -
YUV 82.45 153.15 206.14 -
System Red Green Blue C M Y K H S L
Decimal 192 18 127 0 0.91 0.34 0.25 322.41 0.83 0.41
Hex C0 12 7F 0 5B 22 19 142 53 29
Octal 300 22 177 0 133 42 31 502 123 51
Binary 11000000 10010 1111111 0 1011011 100010 11001 101000010 1010011 101001

Color Harmonies of #C0127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0127F

Black with #C0127F

Text Example


Text Example

White with #C0127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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