Html Css Color HEX #C82CA3 Medium Red Violet

📋 copy color: '#C82CA3'

red 200 ◦ green 44 ◦ blue 163

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

Shades of Medium Red Violet #C82CA3

Tints of Medium Red Violet #C82CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 40.05%

R = 49.14%
G = 10.81%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C82CA3 (or 0xC82CA3) is known color: Medium Red Violet. HEX triplet: C8, 2C and A3. RGB value is (200,44,163). Sum of RGB (Red+Green+Blue) = 200+44+163=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C82CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82CA3 is #37D35C. Grayscale: #676767. Windows color (decimal): -3658589 or 10693832. OLE color: 10693832.

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

Color convert

RGB 200 44 163 -
CMYK 0 0.78 0.18 0.22
HSL 314.23º 0.64% 0.48% -
HSV(B) 314.23º 0.78% 0.78% -
XYZ 31.33 16.73 36.23 -
YUV 104.21 161.18 196.32 -
System Red Green Blue C M Y K H S L
Decimal 200 44 163 0 0.78 0.18 0.22 314.23 0.64 0.48
Hex C8 2C A3 0 4E 12 16 13A 40 30
Octal 310 54 243 0 116 22 26 472 100 60
Binary 11001000 101100 10100011 0 1001110 10010 10110 100111010 1000000 110000

Color Harmonies of #C82CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82CA3

Black with #C82CA3

Text Example


Text Example

White with #C82CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82CA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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