Html Css Color HEX #C5127A Medium Violet Red

📋 copy color: '#C5127A'

red 197 ◦ green 18 ◦ blue 122

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

Shades of Medium Violet Red #C5127A

Tints of Medium Violet Red #C5127A

RGB

 RED value IS 197 (77.34% from 255) = 58.46%

 GREEN value IS 18 (7.42% from 255) = 5.34%

 BLUE value IS 122 (48.05% from 255) = 36.2%

R = 58.46%
G = 5.34%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5127A (or 0xC5127A) is known color: Medium Violet Red. HEX triplet: C5, 12 and 7A. RGB value is (197,18,122). Sum of RGB (Red+Green+Blue) = 197+18+122=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C5127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5127A is #3AED85. Grayscale: #535353. Windows color (decimal): -3861894 or 8000197. OLE color: 8000197.

HSL color Cylindrical-coordinate representation of color #C5127A: hue angle of 325.14º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5127A is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 18 122 -
CMYK 0 0.91 0.38 0.23
HSL 325.14º 0.83% 0.42% -
HSV(B) 325.14º 0.91% 0.77% -
XYZ 26.76 13.71 19.65 -
YUV 83.38 149.8 209.04 -
System Red Green Blue C M Y K H S L
Decimal 197 18 122 0 0.91 0.38 0.23 325.14 0.83 0.42
Hex C5 12 7A 0 5B 26 17 145 53 2A
Octal 305 22 172 0 133 46 27 505 123 52
Binary 11000101 10010 1111010 0 1011011 100110 10111 101000101 1010011 101010

Color Harmonies of #C5127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5127A

Black with #C5127A

Text Example


Text Example

White with #C5127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5127A; }

 p { color: rgb(197,18,122); }

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

background-color css

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

 a { background-color: rgb(197,18,122); }

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

border-color css

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

 span { border-color: rgb(197,18,122); }

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