Html Css Color HEX #C50BA7 Medium Violet Red

📋 copy color: '#C50BA7'

red 197 ◦ green 11 ◦ blue 167

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

Shades of Medium Violet Red #C50BA7

Tints of Medium Violet Red #C50BA7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.93%

 BLUE value IS 167 (65.63% from 255) = 44.53%

R = 52.53%
G = 2.93%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C50BA7 (or 0xC50BA7) is known color: Medium Violet Red. HEX triplet: C5, 0B and A7. RGB value is (197,11,167). Sum of RGB (Red+Green+Blue) = 197+11+167=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C50BA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50BA7 is #3AF458. Grayscale: #535353. Windows color (decimal): -3863641 or 10947525. OLE color: 10947525.

HSL color Cylindrical-coordinate representation of color #C50BA7: hue angle of 309.68º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50BA7 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 11 167 -
CMYK 0 0.94 0.15 0.23
HSL 309.68º 0.89% 0.41% -
HSV(B) 309.68º 0.94% 0.77% -
XYZ 30.12 14.9 37.85 -
YUV 84.4 174.62 208.32 -
System Red Green Blue C M Y K H S L
Decimal 197 11 167 0 0.94 0.15 0.23 309.68 0.89 0.41
Hex C5 B A7 0 5E F 17 136 59 29
Octal 305 13 247 0 136 17 27 466 131 51
Binary 11000101 1011 10100111 0 1011110 1111 10111 100110110 1011001 101001

Color Harmonies of #C50BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50BA7

Black with #C50BA7

Text Example


Text Example

White with #C50BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50BA7; }

 p { color: rgb(197,11,167); }

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

background-color css

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

 a { background-color: rgb(197,11,167); }

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

border-color css

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

 span { border-color: rgb(197,11,167); }

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