Html Css Color HEX #C5016E Medium Violet Red

📋 copy color: '#C5016E'

red 197 ◦ green 1 ◦ blue 110

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

Shades of Medium Violet Red #C5016E

Tints of Medium Violet Red #C5016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.71%

R = 63.96%
G = 0.32%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5016E (or 0xC5016E) is known color: Medium Violet Red. HEX triplet: C5, 01 and 6E. RGB value is (197,1,110). Sum of RGB (Red+Green+Blue) = 197+1+110=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C5016E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5016E is #3AFE91. Grayscale: #474747. Windows color (decimal): -3866258 or 7209413. OLE color: 7209413.

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

Color convert

RGB 197 1 110 -
CMYK 0 0.99 0.44 0.23
HSL 326.63º 0.99% 0.39% -
HSV(B) 326.63º 0.99% 0.77% -
XYZ 25.85 13.02 15.9 -
YUV 72.03 149.43 217.14 -
System Red Green Blue C M Y K H S L
Decimal 197 1 110 0 0.99 0.44 0.23 326.63 0.99 0.39
Hex C5 1 6E 0 63 2C 17 147 63 27
Octal 305 1 156 0 143 54 27 507 143 47
Binary 11000101 1 1101110 0 1100011 101100 10111 101000111 1100011 100111

Color Harmonies of #C5016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5016E

Black with #C5016E

Text Example


Text Example

White with #C5016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5016E; }

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

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

background-color css

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

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

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

border-color css

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

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

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