Html Css Color HEX #C5016B Medium Violet Red

📋 copy color: '#C5016B'

red 197 ◦ green 1 ◦ blue 107

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

Shades of Medium Violet Red #C5016B

Tints of Medium Violet Red #C5016B

RGB

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

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

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

R = 64.59%
G = 0.33%
B = 35.08%

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

#C5016B (or 0xC5016B) is known color: Medium Violet Red. HEX triplet: C5, 01 and 6B. RGB value is (197,1,107). Sum of RGB (Red+Green+Blue) = 197+1+107=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C5016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5016B is #3AFE94. Grayscale: #474747. Windows color (decimal): -3866261 or 7012805. OLE color: 7012805.

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

Color convert

RGB 197 1 107 -
CMYK 0 0.99 0.46 0.23
HSL 327.55º 0.99% 0.39% -
HSV(B) 327.55º 0.99% 0.77% -
XYZ 25.69 12.95 15.06 -
YUV 71.69 147.93 217.38 -
System Red Green Blue C M Y K H S L
Decimal 197 1 107 0 0.99 0.46 0.23 327.55 0.99 0.39
Hex C5 1 6B 0 63 2E 17 148 63 27
Octal 305 1 153 0 143 56 27 510 143 47
Binary 11000101 1 1101011 0 1100011 101110 10111 101001000 1100011 100111

Color Harmonies of #C5016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5016B

Black with #C5016B

Text Example


Text Example

White with #C5016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5016B; }

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

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

background-color css

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

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

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

border-color css

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

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

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