Html Css Color HEX #C82382 Medium Violet Red

📋 copy color: '#C82382'

red 200 ◦ green 35 ◦ blue 130

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

Shades of Medium Violet Red #C82382

Tints of Medium Violet Red #C82382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.59%

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

R = 54.79%
G = 9.59%
B = 35.62%

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

#C82382 (or 0xC82382) is known color: Medium Violet Red. HEX triplet: C8, 23 and 82. RGB value is (200,35,130). Sum of RGB (Red+Green+Blue) = 200+35+130=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C82382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82382 is #37DC7D. Grayscale: #5E5E5E. Windows color (decimal): -3660926 or 8528840. OLE color: 8528840.

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

Color convert

RGB 200 35 130 -
CMYK 0 0.82 0.35 0.22
HSL 325.45º 0.7% 0.46% -
HSV(B) 325.45º 0.83% 0.78% -
XYZ 28.45 15.09 22.53 -
YUV 95.17 147.66 202.78 -
System Red Green Blue C M Y K H S L
Decimal 200 35 130 0 0.82 0.35 0.22 325.45 0.7 0.46
Hex C8 23 82 0 52 23 16 145 46 2E
Octal 310 43 202 0 122 43 26 505 106 56
Binary 11001000 100011 10000010 0 1010010 100011 10110 101000101 1000110 101110

Color Harmonies of #C82382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82382

Black with #C82382

Text Example


Text Example

White with #C82382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82382; }

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

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

background-color css

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

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

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

border-color css

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

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

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