Html Css Color HEX #C82185 Medium Violet Red

📋 copy color: '#C82185'

red 200 ◦ green 33 ◦ blue 133

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

Shades of Medium Violet Red #C82185

Tints of Medium Violet Red #C82185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.02%

 BLUE value IS 133 (52.34% from 255) = 36.34%

R = 54.64%
G = 9.02%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C82185 (or 0xC82185) is known color: Medium Violet Red. HEX triplet: C8, 21 and 85. RGB value is (200,33,133). Sum of RGB (Red+Green+Blue) = 200+33+133=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C82185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82185 is #37DE7A. Grayscale: #5E5E5E. Windows color (decimal): -3661435 or 8724936. OLE color: 8724936.

HSL color Cylindrical-coordinate representation of color #C82185: hue angle of 324.07º degrees, saturation: 0.72, 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 #C82185 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 33 133 -
CMYK 0 0.84 0.34 0.22
HSL 324.07º 0.72% 0.46% -
HSV(B) 324.07º 0.84% 0.78% -
XYZ 28.6 15.06 23.59 -
YUV 94.33 149.83 203.37 -
System Red Green Blue C M Y K H S L
Decimal 200 33 133 0 0.84 0.34 0.22 324.07 0.72 0.46
Hex C8 21 85 0 54 22 16 144 48 2E
Octal 310 41 205 0 124 42 26 504 110 56
Binary 11001000 100001 10000101 0 1010100 100010 10110 101000100 1001000 101110

Color Harmonies of #C82185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82185

Black with #C82185

Text Example


Text Example

White with #C82185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82185; }

 p { color: rgb(200,33,133); }

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

background-color css

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

 a { background-color: rgb(200,33,133); }

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

border-color css

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

 span { border-color: rgb(200,33,133); }

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