Html Css Color HEX #C125A0 Medium Violet Red

📋 copy color: '#C125A0'

red 193 ◦ green 37 ◦ blue 160

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

Shades of Medium Violet Red #C125A0

Tints of Medium Violet Red #C125A0

RGB

 RED value IS 193 (75.78% from 255) = 49.49%

 GREEN value IS 37 (14.84% from 255) = 9.49%

 BLUE value IS 160 (62.89% from 255) = 41.03%

R = 49.49%
G = 9.49%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C125A0 (or 0xC125A0) is known color: Medium Violet Red. HEX triplet: C1, 25 and A0. RGB value is (193,37,160). Sum of RGB (Red+Green+Blue) = 193+37+160=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C125A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C125A0 is #3EDA5F. Grayscale: #616161. Windows color (decimal): -4119136 or 10495425. OLE color: 10495425.

HSL color Cylindrical-coordinate representation of color #C125A0: hue angle of 312.69º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C125A0 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 37 160 -
CMYK 0 0.81 0.17 0.24
HSL 312.69º 0.68% 0.45% -
HSV(B) 312.69º 0.81% 0.76% -
XYZ 29 15.2 34.66 -
YUV 97.67 163.18 196 -
System Red Green Blue C M Y K H S L
Decimal 193 37 160 0 0.81 0.17 0.24 312.69 0.68 0.45
Hex C1 25 A0 0 51 11 18 139 44 2D
Octal 301 45 240 0 121 21 30 471 104 55
Binary 11000001 100101 10100000 0 1010001 10001 11000 100111001 1000100 101101

Color Harmonies of #C125A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C125A0

Black with #C125A0

Text Example


Text Example

White with #C125A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C125A0; }

 p { color: rgb(193,37,160); }

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

background-color css

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

 a { background-color: rgb(193,37,160); }

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

border-color css

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

 span { border-color: rgb(193,37,160); }

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