Html Css Color HEX #C82681 Medium Violet Red

📋 copy color: '#C82681'

red 200 ◦ green 38 ◦ blue 129

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

Shades of Medium Violet Red #C82681

Tints of Medium Violet Red #C82681

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.35%

 BLUE value IS 129 (50.78% from 255) = 35.15%

R = 54.5%
G = 10.35%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C82681 (or 0xC82681) is known color: Medium Violet Red. HEX triplet: C8, 26 and 81. RGB value is (200,38,129). Sum of RGB (Red+Green+Blue) = 200+38+129=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C82681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82681 is #37D97E. Grayscale: #606060. Windows color (decimal): -3660159 or 8464072. OLE color: 8464072.

HSL color Cylindrical-coordinate representation of color #C82681: hue angle of 326.3º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82681 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 38 129 -
CMYK 0 0.81 0.36 0.22
HSL 326.3º 0.68% 0.47% -
HSV(B) 326.3º 0.81% 0.78% -
XYZ 28.47 15.25 22.21 -
YUV 96.81 146.17 201.6 -
System Red Green Blue C M Y K H S L
Decimal 200 38 129 0 0.81 0.36 0.22 326.3 0.68 0.47
Hex C8 26 81 0 51 24 16 146 44 2F
Octal 310 46 201 0 121 44 26 506 104 57
Binary 11001000 100110 10000001 0 1010001 100100 10110 101000110 1000100 101111

Color Harmonies of #C82681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82681

Black with #C82681

Text Example


Text Example

White with #C82681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82681; }

 p { color: rgb(200,38,129); }

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

background-color css

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

 a { background-color: rgb(200,38,129); }

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

border-color css

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

 span { border-color: rgb(200,38,129); }

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