Html Css Color HEX #C82282 Medium Violet Red

📋 copy color: '#C82282'

red 200 ◦ green 34 ◦ blue 130

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

Shades of Medium Violet Red #C82282

Tints of Medium Violet Red #C82282

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.34%

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

R = 54.95%
G = 9.34%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C82282 (or 0xC82282) is known color: Medium Violet Red. HEX triplet: C8, 22 and 82. RGB value is (200,34,130). Sum of RGB (Red+Green+Blue) = 200+34+130=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C82282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82282 is #37DD7D. Grayscale: #5E5E5E. Windows color (decimal): -3661182 or 8528584. OLE color: 8528584.

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

Color convert

RGB 200 34 130 -
CMYK 0 0.83 0.35 0.22
HSL 325.3º 0.71% 0.46% -
HSV(B) 325.3º 0.83% 0.78% -
XYZ 28.42 15.04 22.52 -
YUV 94.58 148 203.19 -
System Red Green Blue C M Y K H S L
Decimal 200 34 130 0 0.83 0.35 0.22 325.3 0.71 0.46
Hex C8 22 82 0 53 23 16 145 47 2E
Octal 310 42 202 0 123 43 26 505 107 56
Binary 11001000 100010 10000010 0 1010011 100011 10110 101000101 1000111 101110

Color Harmonies of #C82282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82282

Black with #C82282

Text Example


Text Example

White with #C82282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82282; }

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

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

background-color css

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

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

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

border-color css

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

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

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