Html Css Color HEX #C50692 Medium Violet Red

📋 copy color: '#C50692'

red 197 ◦ green 6 ◦ blue 146

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

Shades of Medium Violet Red #C50692

Tints of Medium Violet Red #C50692

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.72%

 BLUE value IS 146 (57.42% from 255) = 41.83%

R = 56.45%
G = 1.72%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C50692 (or 0xC50692) is known color: Medium Violet Red. HEX triplet: C5, 06 and 92. RGB value is (197,6,146). Sum of RGB (Red+Green+Blue) = 197+6+146=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C50692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50692 is #3AF96D. Grayscale: #4E4E4E. Windows color (decimal): -3864942 or 9569989. OLE color: 9569989.

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

Color convert

RGB 197 6 146 -
CMYK 0 0.97 0.26 0.23
HSL 316.02º 0.94% 0.4% -
HSV(B) 316.02º 0.97% 0.77% -
XYZ 28.28 14.08 28.42 -
YUV 79.07 165.78 212.12 -
System Red Green Blue C M Y K H S L
Decimal 197 6 146 0 0.97 0.26 0.23 316.02 0.94 0.4
Hex C5 6 92 0 61 1A 17 13C 5E 28
Octal 305 6 222 0 141 32 27 474 136 50
Binary 11000101 110 10010010 0 1100001 11010 10111 100111100 1011110 101000

Color Harmonies of #C50692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50692

Black with #C50692

Text Example


Text Example

White with #C50692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50692; }

 p { color: rgb(197,6,146); }

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

background-color css

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

 a { background-color: rgb(197,6,146); }

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

border-color css

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

 span { border-color: rgb(197,6,146); }

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