Html Css Color HEX #C82AAC Medium Red Violet

📋 copy color: '#C82AAC'

red 200 ◦ green 42 ◦ blue 172

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

Shades of Medium Red Violet #C82AAC

Tints of Medium Red Violet #C82AAC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.14%

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

R = 48.31%
G = 10.14%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C82AAC (or 0xC82AAC) is known color: Medium Red Violet. HEX triplet: C8, 2A and AC. RGB value is (200,42,172). Sum of RGB (Red+Green+Blue) = 200+42+172=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C82AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82AAC is #37D553. Grayscale: #676767. Windows color (decimal): -3659092 or 11283144. OLE color: 11283144.

HSL color Cylindrical-coordinate representation of color #C82AAC: hue angle of 310.63º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82AAC is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 42 172 -
CMYK 0 0.79 0.14 0.22
HSL 310.63º 0.65% 0.47% -
HSV(B) 310.63º 0.79% 0.78% -
XYZ 32.09 16.91 40.6 -
YUV 104.06 166.35 196.43 -
System Red Green Blue C M Y K H S L
Decimal 200 42 172 0 0.79 0.14 0.22 310.63 0.65 0.47
Hex C8 2A AC 0 4F E 16 137 41 2F
Octal 310 52 254 0 117 16 26 467 101 57
Binary 11001000 101010 10101100 0 1001111 1110 10110 100110111 1000001 101111

Color Harmonies of #C82AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82AAC

Black with #C82AAC

Text Example


Text Example

White with #C82AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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