Html Css Color HEX #C125A3 Medium Violet Red

📋 copy color: '#C125A3'

red 193 ◦ green 37 ◦ blue 163

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

Shades of Medium Violet Red #C125A3

Tints of Medium Violet Red #C125A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 41.48%

R = 49.11%
G = 9.41%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C125A3 (or 0xC125A3) is known color: Medium Violet Red. HEX triplet: C1, 25 and A3. RGB value is (193,37,163). Sum of RGB (Red+Green+Blue) = 193+37+163=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C125A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C125A3 is #3EDA5C. Grayscale: #616161. Windows color (decimal): -4119133 or 10692033. OLE color: 10692033.

HSL color Cylindrical-coordinate representation of color #C125A3: hue angle of 311.54º 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 #C125A3 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 37 163 -
CMYK 0 0.81 0.16 0.24
HSL 311.54º 0.68% 0.45% -
HSV(B) 311.54º 0.81% 0.76% -
XYZ 29.26 15.3 36.06 -
YUV 98.01 164.68 195.75 -
System Red Green Blue C M Y K H S L
Decimal 193 37 163 0 0.81 0.16 0.24 311.54 0.68 0.45
Hex C1 25 A3 0 51 10 18 138 44 2D
Octal 301 45 243 0 121 20 30 470 104 55
Binary 11000001 100101 10100011 0 1010001 10000 11000 100111000 1000100 101101

Color Harmonies of #C125A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C125A3

Black with #C125A3

Text Example


Text Example

White with #C125A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C125A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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