Html Css Color HEX #C82586 Medium Violet Red

📋 copy color: '#C82586'

red 200 ◦ green 37 ◦ blue 134

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

Shades of Medium Violet Red #C82586

Tints of Medium Violet Red #C82586

RGB

 RED value IS 200 (78.52% from 255) = 53.91%

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

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

R = 53.91%
G = 9.97%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C82586 (or 0xC82586) is known color: Medium Violet Red. HEX triplet: C8, 25 and 86. RGB value is (200,37,134). Sum of RGB (Red+Green+Blue) = 200+37+134=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C82586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82586 is #37DA79. Grayscale: #606060. Windows color (decimal): -3660410 or 8791496. OLE color: 8791496.

HSL color Cylindrical-coordinate representation of color #C82586: hue angle of 324.29º 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 #C82586 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 37 134 -
CMYK 0 0.82 0.33 0.22
HSL 324.29º 0.69% 0.46% -
HSV(B) 324.29º 0.82% 0.78% -
XYZ 28.78 15.32 23.99 -
YUV 96.8 149 201.61 -
System Red Green Blue C M Y K H S L
Decimal 200 37 134 0 0.82 0.33 0.22 324.29 0.69 0.46
Hex C8 25 86 0 52 21 16 144 45 2E
Octal 310 45 206 0 122 41 26 504 105 56
Binary 11001000 100101 10000110 0 1010010 100001 10110 101000100 1000101 101110

Color Harmonies of #C82586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82586

Black with #C82586

Text Example


Text Example

White with #C82586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82586; }

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

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

background-color css

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

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

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

border-color css

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

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

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