Html Css Color HEX #C50BA5 Medium Violet Red

📋 copy color: '#C50BA5'

red 197 ◦ green 11 ◦ blue 165

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

Shades of Medium Violet Red #C50BA5

Tints of Medium Violet Red #C50BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.24%

R = 52.82%
G = 2.95%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C50BA5 (or 0xC50BA5) is known color: Medium Violet Red. HEX triplet: C5, 0B and A5. RGB value is (197,11,165). Sum of RGB (Red+Green+Blue) = 197+11+165=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C50BA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50BA5 is #3AF45A. Grayscale: #535353. Windows color (decimal): -3863643 or 10816453. OLE color: 10816453.

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

Color convert

RGB 197 11 165 -
CMYK 0 0.94 0.16 0.23
HSL 310.32º 0.89% 0.41% -
HSV(B) 310.32º 0.94% 0.77% -
XYZ 29.94 14.83 36.88 -
YUV 84.17 173.62 208.48 -
System Red Green Blue C M Y K H S L
Decimal 197 11 165 0 0.94 0.16 0.23 310.32 0.89 0.41
Hex C5 B A5 0 5E 10 17 136 59 29
Octal 305 13 245 0 136 20 27 466 131 51
Binary 11000101 1011 10100101 0 1011110 10000 10111 100110110 1011001 101001

Color Harmonies of #C50BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50BA5

Black with #C50BA5

Text Example


Text Example

White with #C50BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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