Html Css Color HEX #C82C7F Medium Red Violet

📋 copy color: '#C82C7F'

red 200 ◦ green 44 ◦ blue 127

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

Shades of Medium Red Violet #C82C7F

Tints of Medium Red Violet #C82C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.23%

R = 53.91%
G = 11.86%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C82C7F (or 0xC82C7F) is known color: Medium Red Violet. HEX triplet: C8, 2C and 7F. RGB value is (200,44,127). Sum of RGB (Red+Green+Blue) = 200+44+127=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82C7F is #37D380. Grayscale: #636363. Windows color (decimal): -3658625 or 8334536. OLE color: 8334536.

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

Color convert

RGB 200 44 127 -
CMYK 0 0.78 0.36 0.22
HSL 328.08º 0.64% 0.48% -
HSV(B) 328.08º 0.78% 0.78% -
XYZ 28.55 15.61 21.59 -
YUV 100.11 143.18 199.25 -
System Red Green Blue C M Y K H S L
Decimal 200 44 127 0 0.78 0.36 0.22 328.08 0.64 0.48
Hex C8 2C 7F 0 4E 24 16 148 40 30
Octal 310 54 177 0 116 44 26 510 100 60
Binary 11001000 101100 1111111 0 1001110 100100 10110 101001000 1000000 110000

Color Harmonies of #C82C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82C7F

Black with #C82C7F

Text Example


Text Example

White with #C82C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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