Html Css Color HEX #C5126C Medium Violet Red

📋 copy color: '#C5126C'

red 197 ◦ green 18 ◦ blue 108

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

Shades of Medium Violet Red #C5126C

Tints of Medium Violet Red #C5126C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.44%

R = 60.99%
G = 5.57%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5126C (or 0xC5126C) is known color: Medium Violet Red. HEX triplet: C5, 12 and 6C. RGB value is (197,18,108). Sum of RGB (Red+Green+Blue) = 197+18+108=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C5126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5126C is #3AED93. Grayscale: #515151. Windows color (decimal): -3861908 or 7082693. OLE color: 7082693.

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

Color convert

RGB 197 18 108 -
CMYK 0 0.91 0.45 0.23
HSL 329.83º 0.83% 0.42% -
HSV(B) 329.83º 0.91% 0.77% -
XYZ 25.95 13.39 15.4 -
YUV 81.78 142.8 210.18 -
System Red Green Blue C M Y K H S L
Decimal 197 18 108 0 0.91 0.45 0.23 329.83 0.83 0.42
Hex C5 12 6C 0 5B 2D 17 14A 53 2A
Octal 305 22 154 0 133 55 27 512 123 52
Binary 11000101 10010 1101100 0 1011011 101101 10111 101001010 1010011 101010

Color Harmonies of #C5126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5126C

Black with #C5126C

Text Example


Text Example

White with #C5126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5126C; }

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

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

background-color css

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

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

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

border-color css

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

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

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