Html Css Color HEX #C82494 Medium Violet Red

📋 copy color: '#C82494'

red 200 ◦ green 36 ◦ blue 148

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

Shades of Medium Violet Red #C82494

Tints of Medium Violet Red #C82494

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.38%

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

R = 52.08%
G = 9.38%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C82494 (or 0xC82494) is known color: Medium Violet Red. HEX triplet: C8, 24 and 94. RGB value is (200,36,148). Sum of RGB (Red+Green+Blue) = 200+36+148=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C82494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82494 is #37DB6B. Grayscale: #616161. Windows color (decimal): -3660652 or 9708744. OLE color: 9708744.

HSL color Cylindrical-coordinate representation of color #C82494: hue angle of 319.02º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82494 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 36 148 -
CMYK 0 0.82 0.26 0.22
HSL 319.02º 0.69% 0.46% -
HSV(B) 319.02º 0.82% 0.78% -
XYZ 29.8 15.68 29.47 -
YUV 97.8 156.33 200.89 -
System Red Green Blue C M Y K H S L
Decimal 200 36 148 0 0.82 0.26 0.22 319.02 0.69 0.46
Hex C8 24 94 0 52 1A 16 13F 45 2E
Octal 310 44 224 0 122 32 26 477 105 56
Binary 11001000 100100 10010100 0 1010010 11010 10110 100111111 1000101 101110

Color Harmonies of #C82494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82494

Black with #C82494

Text Example


Text Example

White with #C82494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82494; }

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

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

background-color css

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

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

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

border-color css

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

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

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