Html Css Color HEX #C82978 Medium Red Violet

📋 copy color: '#C82978'

red 200 ◦ green 41 ◦ blue 120

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

Shades of Medium Red Violet #C82978

Tints of Medium Red Violet #C82978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.36%

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 55.4%
G = 11.36%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C82978 (or 0xC82978) is known color: Medium Red Violet. HEX triplet: C8, 29 and 78. RGB value is (200,41,120). Sum of RGB (Red+Green+Blue) = 200+41+120=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C82978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82978 is #37D687. Grayscale: #616161. Windows color (decimal): -3659400 or 7875016. OLE color: 7875016.

HSL color Cylindrical-coordinate representation of color #C82978: hue angle of 330.19º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82978 is Cyan = 0, Magento = 0.80, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 41 120 -
CMYK 0 0.80 0.4 0.22
HSL 330.19º 0.66% 0.47% -
HSV(B) 330.19º 0.8% 0.78% -
XYZ 28 15.22 19.23 -
YUV 97.55 140.68 201.08 -
System Red Green Blue C M Y K H S L
Decimal 200 41 120 0 0.80 0.4 0.22 330.19 0.66 0.47
Hex C8 29 78 0 50 28 16 14A 42 2F
Octal 310 51 170 0 120 50 26 512 102 57
Binary 11001000 101001 1111000 0 1010000 101000 10110 101001010 1000010 101111

Color Harmonies of #C82978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82978

Black with #C82978

Text Example


Text Example

White with #C82978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82978; }

 p { color: rgb(200,41,120); }

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

background-color css

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

 a { background-color: rgb(200,41,120); }

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

border-color css

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

 span { border-color: rgb(200,41,120); }

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