Html Css Color HEX #C82194 Medium Violet Red

📋 copy color: '#C82194'

red 200 ◦ green 33 ◦ blue 148

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

Shades of Medium Violet Red #C82194

Tints of Medium Violet Red #C82194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.85%

R = 52.49%
G = 8.66%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C82194 (or 0xC82194) is known color: Medium Violet Red. HEX triplet: C8, 21 and 94. RGB value is (200,33,148). Sum of RGB (Red+Green+Blue) = 200+33+148=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C82194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82194 is #37DE6B. Grayscale: #5F5F5F. Windows color (decimal): -3661420 or 9707976. OLE color: 9707976.

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

Color convert

RGB 200 33 148 -
CMYK 0 0.84 0.26 0.22
HSL 318.68º 0.72% 0.46% -
HSV(B) 318.68º 0.84% 0.78% -
XYZ 29.71 15.51 29.44 -
YUV 96.04 157.33 202.15 -
System Red Green Blue C M Y K H S L
Decimal 200 33 148 0 0.84 0.26 0.22 318.68 0.72 0.46
Hex C8 21 94 0 54 1A 16 13F 48 2E
Octal 310 41 224 0 124 32 26 477 110 56
Binary 11001000 100001 10010100 0 1010100 11010 10110 100111111 1001000 101110

Color Harmonies of #C82194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82194

Black with #C82194

Text Example


Text Example

White with #C82194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82194; }

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

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

background-color css

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

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

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

border-color css

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

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

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