Html Css Color HEX #C125A8 Medium Violet Red

📋 copy color: '#C125A8'

red 193 ◦ green 37 ◦ blue 168

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

Shades of Medium Violet Red #C125A8

Tints of Medium Violet Red #C125A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.21%

R = 48.49%
G = 9.3%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C125A8 (or 0xC125A8) is known color: Medium Violet Red. HEX triplet: C1, 25 and A8. RGB value is (193,37,168). Sum of RGB (Red+Green+Blue) = 193+37+168=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C125A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C125A8 is #3EDA57. Grayscale: #626262. Windows color (decimal): -4119128 or 11019713. OLE color: 11019713.

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

Color convert

RGB 193 37 168 -
CMYK 0 0.81 0.13 0.24
HSL 309.62º 0.68% 0.45% -
HSV(B) 309.62º 0.81% 0.76% -
XYZ 29.72 15.49 38.47 -
YUV 98.58 167.18 195.35 -
System Red Green Blue C M Y K H S L
Decimal 193 37 168 0 0.81 0.13 0.24 309.62 0.68 0.45
Hex C1 25 A8 0 51 D 18 136 44 2D
Octal 301 45 250 0 121 15 30 466 104 55
Binary 11000001 100101 10101000 0 1010001 1101 11000 100110110 1000100 101101

Color Harmonies of #C125A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C125A8

Black with #C125A8

Text Example


Text Example

White with #C125A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C125A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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