Html Css Color HEX #C82C8C Medium Red Violet

📋 copy color: '#C82C8C'

red 200 ◦ green 44 ◦ blue 140

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

Shades of Medium Red Violet #C82C8C

Tints of Medium Red Violet #C82C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.46%

R = 52.08%
G = 11.46%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C82C8C (or 0xC82C8C) is known color: Medium Red Violet. HEX triplet: C8, 2C and 8C. RGB value is (200,44,140). Sum of RGB (Red+Green+Blue) = 200+44+140=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82C8C is #37D373. Grayscale: #656565. Windows color (decimal): -3658612 or 9186504. OLE color: 9186504.

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

Color convert

RGB 200 44 140 -
CMYK 0 0.78 0.3 0.22
HSL 323.08º 0.64% 0.48% -
HSV(B) 323.08º 0.78% 0.78% -
XYZ 29.45 15.97 26.34 -
YUV 101.59 149.68 198.19 -
System Red Green Blue C M Y K H S L
Decimal 200 44 140 0 0.78 0.3 0.22 323.08 0.64 0.48
Hex C8 2C 8C 0 4E 1E 16 143 40 30
Octal 310 54 214 0 116 36 26 503 100 60
Binary 11001000 101100 10001100 0 1001110 11110 10110 101000011 1000000 110000

Color Harmonies of #C82C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82C8C

Black with #C82C8C

Text Example


Text Example

White with #C82C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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