Html Css Color HEX #C82C9A Medium Red Violet

📋 copy color: '#C82C9A'

red 200 ◦ green 44 ◦ blue 154

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

Shades of Medium Red Violet #C82C9A

Tints of Medium Red Violet #C82C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.69%

R = 50.25%
G = 11.06%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C82C9A (or 0xC82C9A) is known color: Medium Red Violet. HEX triplet: C8, 2C and 9A. RGB value is (200,44,154). Sum of RGB (Red+Green+Blue) = 200+44+154=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82C9A is #37D365. Grayscale: #666666. Windows color (decimal): -3658598 or 10104008. OLE color: 10104008.

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

Color convert

RGB 200 44 154 -
CMYK 0 0.78 0.23 0.22
HSL 317.69º 0.64% 0.48% -
HSV(B) 317.69º 0.78% 0.78% -
XYZ 30.55 16.41 32.13 -
YUV 103.18 156.68 197.06 -
System Red Green Blue C M Y K H S L
Decimal 200 44 154 0 0.78 0.23 0.22 317.69 0.64 0.48
Hex C8 2C 9A 0 4E 17 16 13E 40 30
Octal 310 54 232 0 116 27 26 476 100 60
Binary 11001000 101100 10011010 0 1001110 10111 10110 100111110 1000000 110000

Color Harmonies of #C82C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82C9A

Black with #C82C9A

Text Example


Text Example

White with #C82C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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