Html Css Color HEX #C82582 Medium Violet Red

📋 copy color: '#C82582'

red 200 ◦ green 37 ◦ blue 130

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

Shades of Medium Violet Red #C82582

Tints of Medium Violet Red #C82582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.42%

R = 54.5%
G = 10.08%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C82582 (or 0xC82582) is known color: Medium Violet Red. HEX triplet: C8, 25 and 82. RGB value is (200,37,130). Sum of RGB (Red+Green+Blue) = 200+37+130=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C82582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82582 is #37DA7D. Grayscale: #606060. Windows color (decimal): -3660414 or 8529352. OLE color: 8529352.

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

Color convert

RGB 200 37 130 -
CMYK 0 0.82 0.35 0.22
HSL 325.77º 0.69% 0.46% -
HSV(B) 325.77º 0.82% 0.78% -
XYZ 28.51 15.21 22.55 -
YUV 96.34 147 201.94 -
System Red Green Blue C M Y K H S L
Decimal 200 37 130 0 0.82 0.35 0.22 325.77 0.69 0.46
Hex C8 25 82 0 52 23 16 146 45 2E
Octal 310 45 202 0 122 43 26 506 105 56
Binary 11001000 100101 10000010 0 1010010 100011 10110 101000110 1000101 101110

Color Harmonies of #C82582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82582

Black with #C82582

Text Example


Text Example

White with #C82582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82582; }

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

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

background-color css

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

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

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

border-color css

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

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

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