Html Css Color HEX #C82B7F Medium Red Violet

📋 copy color: '#C82B7F'

red 200 ◦ green 43 ◦ blue 127

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

Shades of Medium Red Violet #C82B7F

Tints of Medium Red Violet #C82B7F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.62%

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

R = 54.05%
G = 11.62%
B = 34.32%

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

#C82B7F (or 0xC82B7F) is known color: Medium Red Violet. HEX triplet: C8, 2B and 7F. RGB value is (200,43,127). Sum of RGB (Red+Green+Blue) = 200+43+127=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82B7F is #37D480. Grayscale: #636363. Windows color (decimal): -3658881 or 8334280. OLE color: 8334280.

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

Color convert

RGB 200 43 127 -
CMYK 0 0.78 0.36 0.22
HSL 327.9º 0.65% 0.48% -
HSV(B) 327.9º 0.79% 0.78% -
XYZ 28.51 15.54 21.58 -
YUV 99.52 143.51 199.67 -
System Red Green Blue C M Y K H S L
Decimal 200 43 127 0 0.78 0.36 0.22 327.9 0.65 0.48
Hex C8 2B 7F 0 4E 24 16 148 41 30
Octal 310 53 177 0 116 44 26 510 101 60
Binary 11001000 101011 1111111 0 1001110 100100 10110 101001000 1000001 110000

Color Harmonies of #C82B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82B7F

Black with #C82B7F

Text Example


Text Example

White with #C82B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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