Html Css Color HEX #C5126B Medium Violet Red

📋 copy color: '#C5126B'

red 197 ◦ green 18 ◦ blue 107

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

Shades of Medium Violet Red #C5126B

Tints of Medium Violet Red #C5126B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.23%

R = 61.18%
G = 5.59%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5126B (or 0xC5126B) is known color: Medium Violet Red. HEX triplet: C5, 12 and 6B. RGB value is (197,18,107). Sum of RGB (Red+Green+Blue) = 197+18+107=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C5126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5126B is #3AED94. Grayscale: #515151. Windows color (decimal): -3861909 or 7017157. OLE color: 7017157.

HSL color Cylindrical-coordinate representation of color #C5126B: hue angle of 330.17º 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 #C5126B is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 18 107 -
CMYK 0 0.91 0.46 0.23
HSL 330.17º 0.83% 0.42% -
HSV(B) 330.17º 0.91% 0.77% -
XYZ 25.9 13.36 15.12 -
YUV 81.67 142.3 210.26 -
System Red Green Blue C M Y K H S L
Decimal 197 18 107 0 0.91 0.46 0.23 330.17 0.83 0.42
Hex C5 12 6B 0 5B 2E 17 14A 53 2A
Octal 305 22 153 0 133 56 27 512 123 52
Binary 11000101 10010 1101011 0 1011011 101110 10111 101001010 1010011 101010

Color Harmonies of #C5126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5126B

Black with #C5126B

Text Example


Text Example

White with #C5126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5126B; }

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

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

background-color css

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

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

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

border-color css

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

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

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