Html Css Color HEX #C82DAC Medium Red Violet

📋 copy color: '#C82DAC'

red 200 ◦ green 45 ◦ blue 172

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

Shades of Medium Red Violet #C82DAC

Tints of Medium Red Violet #C82DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.25%

R = 47.96%
G = 10.79%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C82DAC (or 0xC82DAC) is known color: Medium Red Violet. HEX triplet: C8, 2D and AC. RGB value is (200,45,172). Sum of RGB (Red+Green+Blue) = 200+45+172=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C82DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82DAC is #37D253. Grayscale: #696969. Windows color (decimal): -3658324 or 11283912. OLE color: 11283912.

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

Color convert

RGB 200 45 172 -
CMYK 0 0.78 0.14 0.22
HSL 310.84º 0.63% 0.48% -
HSV(B) 310.84º 0.78% 0.78% -
XYZ 32.2 17.13 40.64 -
YUV 105.82 165.35 195.17 -
System Red Green Blue C M Y K H S L
Decimal 200 45 172 0 0.78 0.14 0.22 310.84 0.63 0.48
Hex C8 2D AC 0 4E E 16 137 3F 30
Octal 310 55 254 0 116 16 26 467 77 60
Binary 11001000 101101 10101100 0 1001110 1110 10110 100110111 111111 110000

Color Harmonies of #C82DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82DAC

Black with #C82DAC

Text Example


Text Example

White with #C82DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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