Html Css Color HEX #C82280 Medium Violet Red

📋 copy color: '#C82280'

red 200 ◦ green 34 ◦ blue 128

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

Shades of Medium Violet Red #C82280

Tints of Medium Violet Red #C82280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.36%

R = 55.25%
G = 9.39%
B = 35.36%

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

#C82280 (or 0xC82280) is known color: Medium Violet Red. HEX triplet: C8, 22 and 80. RGB value is (200,34,128). Sum of RGB (Red+Green+Blue) = 200+34+128=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C82280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82280 is #37DD7F. Grayscale: #5E5E5E. Windows color (decimal): -3661184 or 8397512. OLE color: 8397512.

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

Color convert

RGB 200 34 128 -
CMYK 0 0.83 0.36 0.22
HSL 326.02º 0.71% 0.46% -
HSV(B) 326.02º 0.83% 0.78% -
XYZ 28.29 14.98 21.82 -
YUV 94.35 147 203.36 -
System Red Green Blue C M Y K H S L
Decimal 200 34 128 0 0.83 0.36 0.22 326.02 0.71 0.46
Hex C8 22 80 0 53 24 16 146 47 2E
Octal 310 42 200 0 123 44 26 506 107 56
Binary 11001000 100010 10000000 0 1010011 100100 10110 101000110 1000111 101110

Color Harmonies of #C82280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82280

Black with #C82280

Text Example


Text Example

White with #C82280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82280; }

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

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

background-color css

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

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

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

border-color css

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

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

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