Html Css Color HEX #C82190 Medium Violet Red

📋 copy color: '#C82190'

red 200 ◦ green 33 ◦ blue 144

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

Shades of Medium Violet Red #C82190

Tints of Medium Violet Red #C82190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.2%

R = 53.05%
G = 8.75%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C82190 (or 0xC82190) is known color: Medium Violet Red. HEX triplet: C8, 21 and 90. RGB value is (200,33,144). Sum of RGB (Red+Green+Blue) = 200+33+144=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C82190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82190 is #37DE6F. Grayscale: #5F5F5F. Windows color (decimal): -3661424 or 9445832. OLE color: 9445832.

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

Color convert

RGB 200 33 144 -
CMYK 0 0.84 0.28 0.22
HSL 320.12º 0.72% 0.46% -
HSV(B) 320.12º 0.84% 0.78% -
XYZ 29.4 15.38 27.8 -
YUV 95.59 155.33 202.47 -
System Red Green Blue C M Y K H S L
Decimal 200 33 144 0 0.84 0.28 0.22 320.12 0.72 0.46
Hex C8 21 90 0 54 1C 16 140 48 2E
Octal 310 41 220 0 124 34 26 500 110 56
Binary 11001000 100001 10010000 0 1010100 11100 10110 101000000 1001000 101110

Color Harmonies of #C82190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82190

Black with #C82190

Text Example


Text Example

White with #C82190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82190; }

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

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

background-color css

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

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

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

border-color css

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

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

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