Html Css Color HEX #C82D92 Medium Red Violet

📋 copy color: '#C82D92'

red 200 ◦ green 45 ◦ blue 146

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

Shades of Medium Red Violet #C82D92

Tints of Medium Red Violet #C82D92

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.51%

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

R = 51.15%
G = 11.51%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C82D92 (or 0xC82D92) is known color: Medium Red Violet. HEX triplet: C8, 2D and 92. RGB value is (200,45,146). Sum of RGB (Red+Green+Blue) = 200+45+146=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82D92 is #37D26D. Grayscale: #666666. Windows color (decimal): -3658350 or 9579976. OLE color: 9579976.

HSL color Cylindrical-coordinate representation of color #C82D92: hue angle of 320.9º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82D92 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 45 146 -
CMYK 0 0.78 0.27 0.22
HSL 320.9º 0.63% 0.48% -
HSV(B) 320.9º 0.78% 0.78% -
XYZ 29.95 16.23 28.75 -
YUV 102.86 152.35 197.29 -
System Red Green Blue C M Y K H S L
Decimal 200 45 146 0 0.78 0.27 0.22 320.9 0.63 0.48
Hex C8 2D 92 0 4E 1B 16 141 3F 30
Octal 310 55 222 0 116 33 26 501 77 60
Binary 11001000 101101 10010010 0 1001110 11011 10110 101000001 111111 110000

Color Harmonies of #C82D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82D92

Black with #C82D92

Text Example


Text Example

White with #C82D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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