Html Css Color HEX #C62586 Medium Violet Red

📋 copy color: '#C62586'

red 198 ◦ green 37 ◦ blue 134

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

Shades of Medium Violet Red #C62586

Tints of Medium Violet Red #C62586

RGB

 RED value IS 198 (77.73% from 255) = 53.66%

 GREEN value IS 37 (14.84% from 255) = 10.03%

 BLUE value IS 134 (52.73% from 255) = 36.31%

R = 53.66%
G = 10.03%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C62586 (or 0xC62586) is known color: Medium Violet Red. HEX triplet: C6, 25 and 86. RGB value is (198,37,134). Sum of RGB (Red+Green+Blue) = 198+37+134=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C62586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62586 is #39DA79. Grayscale: #5F5F5F. Windows color (decimal): -3791482 or 8791494. OLE color: 8791494.

HSL color Cylindrical-coordinate representation of color #C62586: hue angle of 323.85º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62586 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 37 134 -
CMYK 0 0.81 0.32 0.22
HSL 323.85º 0.69% 0.46% -
HSV(B) 323.85º 0.81% 0.78% -
XYZ 28.25 15.05 23.97 -
YUV 96.2 149.34 200.61 -
System Red Green Blue C M Y K H S L
Decimal 198 37 134 0 0.81 0.32 0.22 323.85 0.69 0.46
Hex C6 25 86 0 51 20 16 144 45 2E
Octal 306 45 206 0 121 40 26 504 105 56
Binary 11000110 100101 10000110 0 1010001 100000 10110 101000100 1000101 101110

Color Harmonies of #C62586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62586

Black with #C62586

Text Example


Text Example

White with #C62586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62586; }

 p { color: rgb(198,37,134); }

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

background-color css

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

 a { background-color: rgb(198,37,134); }

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

border-color css

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

 span { border-color: rgb(198,37,134); }

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