Html Css Color HEX #C5016A Medium Violet Red

📋 copy color: '#C5016A'

red 197 ◦ green 1 ◦ blue 106

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

Shades of Medium Violet Red #C5016A

Tints of Medium Violet Red #C5016A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 106 (41.8% from 255) = 34.87%

R = 64.8%
G = 0.33%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5016A (or 0xC5016A) is known color: Medium Violet Red. HEX triplet: C5, 01 and 6A. RGB value is (197,1,106). Sum of RGB (Red+Green+Blue) = 197+1+106=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C5016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5016A is #3AFE95. Grayscale: #474747. Windows color (decimal): -3866262 or 6947269. OLE color: 6947269.

HSL color Cylindrical-coordinate representation of color #C5016A: hue angle of 327.86º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5016A is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 1 106 -
CMYK 0 0.99 0.46 0.23
HSL 327.86º 0.99% 0.39% -
HSV(B) 327.86º 0.99% 0.77% -
XYZ 25.64 12.93 14.78 -
YUV 71.57 147.43 217.46 -
System Red Green Blue C M Y K H S L
Decimal 197 1 106 0 0.99 0.46 0.23 327.86 0.99 0.39
Hex C5 1 6A 0 63 2E 17 148 63 27
Octal 305 1 152 0 143 56 27 510 143 47
Binary 11000101 1 1101010 0 1100011 101110 10111 101001000 1100011 100111

Color Harmonies of #C5016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5016A

Black with #C5016A

Text Example


Text Example

White with #C5016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5016A; }

 p { color: rgb(197,1,106); }

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

background-color css

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

 a { background-color: rgb(197,1,106); }

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

border-color css

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

 span { border-color: rgb(197,1,106); }

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