Html Css Color HEX #C125AA Medium Violet Red

📋 copy color: '#C125AA'

red 193 ◦ green 37 ◦ blue 170

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

Shades of Medium Violet Red #C125AA

Tints of Medium Violet Red #C125AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.5%

R = 48.25%
G = 9.25%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C125AA (or 0xC125AA) is known color: Medium Violet Red. HEX triplet: C1, 25 and AA. RGB value is (193,37,170). Sum of RGB (Red+Green+Blue) = 193+37+170=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C125AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C125AA is #3EDA55. Grayscale: #626262. Windows color (decimal): -4119126 or 11150785. OLE color: 11150785.

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

Color convert

RGB 193 37 170 -
CMYK 0 0.81 0.12 0.24
HSL 308.85º 0.68% 0.45% -
HSV(B) 308.85º 0.81% 0.76% -
XYZ 29.91 15.56 39.46 -
YUV 98.81 168.18 195.19 -
System Red Green Blue C M Y K H S L
Decimal 193 37 170 0 0.81 0.12 0.24 308.85 0.68 0.45
Hex C1 25 AA 0 51 C 18 135 44 2D
Octal 301 45 252 0 121 14 30 465 104 55
Binary 11000001 100101 10101010 0 1010001 1100 11000 100110101 1000100 101101

Color Harmonies of #C125AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C125AA

Black with #C125AA

Text Example


Text Example

White with #C125AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C125AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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