Html Css Color HEX #C82294 Medium Violet Red

📋 copy color: '#C82294'

red 200 ◦ green 34 ◦ blue 148

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

Shades of Medium Violet Red #C82294

Tints of Medium Violet Red #C82294

RGB

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

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

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

R = 52.36%
G = 8.9%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C82294 (or 0xC82294) is known color: Medium Violet Red. HEX triplet: C8, 22 and 94. RGB value is (200,34,148). Sum of RGB (Red+Green+Blue) = 200+34+148=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C82294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82294 is #37DD6B. Grayscale: #606060. Windows color (decimal): -3661164 or 9708232. OLE color: 9708232.

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

Color convert

RGB 200 34 148 -
CMYK 0 0.83 0.26 0.22
HSL 318.8º 0.71% 0.46% -
HSV(B) 318.8º 0.83% 0.78% -
XYZ 29.74 15.56 29.45 -
YUV 96.63 157 201.73 -
System Red Green Blue C M Y K H S L
Decimal 200 34 148 0 0.83 0.26 0.22 318.8 0.71 0.46
Hex C8 22 94 0 53 1A 16 13F 47 2E
Octal 310 42 224 0 123 32 26 477 107 56
Binary 11001000 100010 10010100 0 1010011 11010 10110 100111111 1000111 101110

Color Harmonies of #C82294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82294

Black with #C82294

Text Example


Text Example

White with #C82294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82294; }

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

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

background-color css

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

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

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

border-color css

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

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

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