Html Css Color HEX #C82CA7 Medium Red Violet

📋 copy color: '#C82CA7'

red 200 ◦ green 44 ◦ blue 167

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

Shades of Medium Red Violet #C82CA7

Tints of Medium Red Violet #C82CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.63%

R = 48.66%
G = 10.71%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C82CA7 (or 0xC82CA7) is known color: Medium Red Violet. HEX triplet: C8, 2C and A7. RGB value is (200,44,167). Sum of RGB (Red+Green+Blue) = 200+44+167=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C82CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82CA7 is #37D358. Grayscale: #686868. Windows color (decimal): -3658585 or 10955976. OLE color: 10955976.

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

Color convert

RGB 200 44 167 -
CMYK 0 0.78 0.16 0.22
HSL 312.69º 0.64% 0.48% -
HSV(B) 312.69º 0.78% 0.78% -
XYZ 31.7 16.87 38.15 -
YUV 104.67 163.18 196 -
System Red Green Blue C M Y K H S L
Decimal 200 44 167 0 0.78 0.16 0.22 312.69 0.64 0.48
Hex C8 2C A7 0 4E 10 16 139 40 30
Octal 310 54 247 0 116 20 26 471 100 60
Binary 11001000 101100 10100111 0 1001110 10000 10110 100111001 1000000 110000

Color Harmonies of #C82CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82CA7

Black with #C82CA7

Text Example


Text Example

White with #C82CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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