Html Css Color HEX #C82292 Medium Violet Red

📋 copy color: '#C82292'

red 200 ◦ green 34 ◦ blue 146

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

Shades of Medium Violet Red #C82292

Tints of Medium Violet Red #C82292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.42%

R = 52.63%
G = 8.95%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C82292 (or 0xC82292) is known color: Medium Violet Red. HEX triplet: C8, 22 and 92. RGB value is (200,34,146). Sum of RGB (Red+Green+Blue) = 200+34+146=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C82292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82292 is #37DD6D. Grayscale: #606060. Windows color (decimal): -3661166 or 9577160. OLE color: 9577160.

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

Color convert

RGB 200 34 146 -
CMYK 0 0.83 0.27 0.22
HSL 319.52º 0.71% 0.46% -
HSV(B) 319.52º 0.83% 0.78% -
XYZ 29.58 15.5 28.63 -
YUV 96.4 156 201.89 -
System Red Green Blue C M Y K H S L
Decimal 200 34 146 0 0.83 0.27 0.22 319.52 0.71 0.46
Hex C8 22 92 0 53 1B 16 140 47 2E
Octal 310 42 222 0 123 33 26 500 107 56
Binary 11001000 100010 10010010 0 1010011 11011 10110 101000000 1000111 101110

Color Harmonies of #C82292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82292

Black with #C82292

Text Example


Text Example

White with #C82292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82292; }

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

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

background-color css

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

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

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

border-color css

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

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

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