Html Css Color HEX #C82CA2 Medium Red Violet

📋 copy color: '#C82CA2'

red 200 ◦ green 44 ◦ blue 162

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

Shades of Medium Red Violet #C82CA2

Tints of Medium Red Violet #C82CA2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.84%

 BLUE value IS 162 (63.67% from 255) = 39.9%

R = 49.26%
G = 10.84%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C82CA2 (or 0xC82CA2) is known color: Medium Red Violet. HEX triplet: C8, 2C and A2. RGB value is (200,44,162). Sum of RGB (Red+Green+Blue) = 200+44+162=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C82CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82CA2 is #37D35D. Grayscale: #676767. Windows color (decimal): -3658590 or 10628296. OLE color: 10628296.

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

Color convert

RGB 200 44 162 -
CMYK 0 0.78 0.19 0.22
HSL 314.62º 0.64% 0.48% -
HSV(B) 314.62º 0.78% 0.78% -
XYZ 31.24 16.69 35.76 -
YUV 104.1 160.68 196.41 -
System Red Green Blue C M Y K H S L
Decimal 200 44 162 0 0.78 0.19 0.22 314.62 0.64 0.48
Hex C8 2C A2 0 4E 13 16 13B 40 30
Octal 310 54 242 0 116 23 26 473 100 60
Binary 11001000 101100 10100010 0 1001110 10011 10110 100111011 1000000 110000

Color Harmonies of #C82CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82CA2

Black with #C82CA2

Text Example


Text Example

White with #C82CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82CA2; }

 p { color: rgb(200,44,162); }

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

background-color css

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

 a { background-color: rgb(200,44,162); }

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

border-color css

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

 span { border-color: rgb(200,44,162); }

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