Html Css Color HEX #C0147F Medium Violet Red

📋 copy color: '#C0147F'

red 192 ◦ green 20 ◦ blue 127

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

Shades of Medium Violet Red #C0147F

Tints of Medium Violet Red #C0147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.9%

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

R = 56.64%
G = 5.9%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0147F (or 0xC0147F) is known color: Medium Violet Red. HEX triplet: C0, 14 and 7F. RGB value is (192,20,127). Sum of RGB (Red+Green+Blue) = 192+20+127=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0147F is #3FEB80. Grayscale: #535353. Windows color (decimal): -4189057 or 8328384. OLE color: 8328384.

HSL color Cylindrical-coordinate representation of color #C0147F: hue angle of 322.67º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0147F is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 20 127 -
CMYK 0 0.90 0.34 0.25
HSL 322.67º 0.81% 0.42% -
HSV(B) 322.67º 0.9% 0.75% -
XYZ 25.82 13.24 21.27 -
YUV 83.63 152.48 205.3 -
System Red Green Blue C M Y K H S L
Decimal 192 20 127 0 0.90 0.34 0.25 322.67 0.81 0.42
Hex C0 14 7F 0 5A 22 19 143 51 2A
Octal 300 24 177 0 132 42 31 503 121 52
Binary 11000000 10100 1111111 0 1011010 100010 11001 101000011 1010001 101010

Color Harmonies of #C0147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0147F

Black with #C0147F

Text Example


Text Example

White with #C0147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0147F; }

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

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

background-color css

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

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

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

border-color css

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

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

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