Html Css Color HEX #C82878 Medium Red Violet

📋 copy color: '#C82878'

red 200 ◦ green 40 ◦ blue 120

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

Shades of Medium Red Violet #C82878

Tints of Medium Red Violet #C82878

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.11%

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

R = 55.56%
G = 11.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C82878 (or 0xC82878) is known color: Medium Red Violet. HEX triplet: C8, 28 and 78. RGB value is (200,40,120). Sum of RGB (Red+Green+Blue) = 200+40+120=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C82878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82878 is #37D787. Grayscale: #606060. Windows color (decimal): -3659656 or 7874760. OLE color: 7874760.

HSL color Cylindrical-coordinate representation of color #C82878: hue angle of 330º degrees, saturation: 0.67, 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 #C82878 is Cyan = 0, Magento = 0.8, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 40 120 -
CMYK 0 0.8 0.4 0.22
HSL 330º 0.67% 0.47% -
HSV(B) 330º 0.8% 0.78% -
XYZ 27.97 15.15 19.22 -
YUV 96.96 141.01 201.5 -
System Red Green Blue C M Y K H S L
Decimal 200 40 120 0 0.8 0.4 0.22 330 0.67 0.47
Hex C8 28 78 0 50 28 16 14A 43 2F
Octal 310 50 170 0 120 50 26 512 103 57
Binary 11001000 101000 1111000 0 1010000 101000 10110 101001010 1000011 101111

Color Harmonies of #C82878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82878

Black with #C82878

Text Example


Text Example

White with #C82878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82878; }

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

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

background-color css

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

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

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

border-color css

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

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

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