Html Css Color HEX #C82C79 Medium Red Violet

📋 copy color: '#C82C79'

red 200 ◦ green 44 ◦ blue 121

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

Shades of Medium Red Violet #C82C79

Tints of Medium Red Violet #C82C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.15%

R = 54.79%
G = 12.05%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C82C79 (or 0xC82C79) is known color: Medium Red Violet. HEX triplet: C8, 2C and 79. RGB value is (200,44,121). Sum of RGB (Red+Green+Blue) = 200+44+121=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82C79 is #37D386. Grayscale: #636363. Windows color (decimal): -3658631 or 7941320. OLE color: 7941320.

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

Color convert

RGB 200 44 121 -
CMYK 0 0.78 0.39 0.22
HSL 330.38º 0.64% 0.48% -
HSV(B) 330.38º 0.78% 0.78% -
XYZ 28.17 15.46 19.59 -
YUV 99.42 140.18 199.74 -
System Red Green Blue C M Y K H S L
Decimal 200 44 121 0 0.78 0.39 0.22 330.38 0.64 0.48
Hex C8 2C 79 0 4E 27 16 14A 40 30
Octal 310 54 171 0 116 47 26 512 100 60
Binary 11001000 101100 1111001 0 1001110 100111 10110 101001010 1000000 110000

Color Harmonies of #C82C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82C79

Black with #C82C79

Text Example


Text Example

White with #C82C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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