Html Css Color HEX #C82281 Medium Violet Red

📋 copy color: '#C82281'

red 200 ◦ green 34 ◦ blue 129

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

Shades of Medium Violet Red #C82281

Tints of Medium Violet Red #C82281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.54%

R = 55.1%
G = 9.37%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C82281 (or 0xC82281) is known color: Medium Violet Red. HEX triplet: C8, 22 and 81. RGB value is (200,34,129). Sum of RGB (Red+Green+Blue) = 200+34+129=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C82281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82281 is #37DD7E. Grayscale: #5E5E5E. Windows color (decimal): -3661183 or 8463048. OLE color: 8463048.

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

Color convert

RGB 200 34 129 -
CMYK 0 0.83 0.36 0.22
HSL 325.66º 0.71% 0.46% -
HSV(B) 325.66º 0.83% 0.78% -
XYZ 28.35 15.01 22.17 -
YUV 94.46 147.5 203.28 -
System Red Green Blue C M Y K H S L
Decimal 200 34 129 0 0.83 0.36 0.22 325.66 0.71 0.46
Hex C8 22 81 0 53 24 16 146 47 2E
Octal 310 42 201 0 123 44 26 506 107 56
Binary 11001000 100010 10000001 0 1010011 100100 10110 101000110 1000111 101110

Color Harmonies of #C82281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82281

Black with #C82281

Text Example


Text Example

White with #C82281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82281; }

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

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

background-color css

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

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

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

border-color css

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

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

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