Html Css Color HEX #C82F76 Medium Red Violet

📋 copy color: '#C82F76'

red 200 ◦ green 47 ◦ blue 118

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

Shades of Medium Red Violet #C82F76

Tints of Medium Red Violet #C82F76

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.88%

 BLUE value IS 118 (46.48% from 255) = 32.33%

R = 54.79%
G = 12.88%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C82F76 (or 0xC82F76) is known color: Medium Red Violet. HEX triplet: C8, 2F and 76. RGB value is (200,47,118). Sum of RGB (Red+Green+Blue) = 200+47+118=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82F76 is #37D089. Grayscale: #646464. Windows color (decimal): -3657866 or 7745480. OLE color: 7745480.

HSL color Cylindrical-coordinate representation of color #C82F76: hue angle of 332.16º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C82F76 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 47 118 -
CMYK 0 0.76 0.41 0.22
HSL 332.16º 0.62% 0.48% -
HSV(B) 332.16º 0.77% 0.78% -
XYZ 28.11 15.62 18.67 -
YUV 100.84 137.69 198.73 -
System Red Green Blue C M Y K H S L
Decimal 200 47 118 0 0.76 0.41 0.22 332.16 0.62 0.48
Hex C8 2F 76 0 4C 29 16 14C 3E 30
Octal 310 57 166 0 114 51 26 514 76 60
Binary 11001000 101111 1110110 0 1001100 101001 10110 101001100 111110 110000

Color Harmonies of #C82F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82F76

Black with #C82F76

Text Example


Text Example

White with #C82F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82F76; }

 p { color: rgb(200,47,118); }

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

background-color css

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

 a { background-color: rgb(200,47,118); }

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

border-color css

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

 span { border-color: rgb(200,47,118); }

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