Html Css Color HEX #C82381 Medium Violet Red

📋 copy color: '#C82381'

red 200 ◦ green 35 ◦ blue 129

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

Shades of Medium Violet Red #C82381

Tints of Medium Violet Red #C82381

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.62%

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

R = 54.95%
G = 9.62%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C82381 (or 0xC82381) is known color: Medium Violet Red. HEX triplet: C8, 23 and 81. RGB value is (200,35,129). Sum of RGB (Red+Green+Blue) = 200+35+129=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C82381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82381 is #37DC7E. Grayscale: #5E5E5E. Windows color (decimal): -3660927 or 8463304. OLE color: 8463304.

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

Color convert

RGB 200 35 129 -
CMYK 0 0.82 0.36 0.22
HSL 325.82º 0.7% 0.46% -
HSV(B) 325.82º 0.83% 0.78% -
XYZ 28.38 15.07 22.18 -
YUV 95.05 147.16 202.86 -
System Red Green Blue C M Y K H S L
Decimal 200 35 129 0 0.82 0.36 0.22 325.82 0.7 0.46
Hex C8 23 81 0 52 24 16 146 46 2E
Octal 310 43 201 0 122 44 26 506 106 56
Binary 11001000 100011 10000001 0 1010010 100100 10110 101000110 1000110 101110

Color Harmonies of #C82381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82381

Black with #C82381

Text Example


Text Example

White with #C82381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82381; }

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

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

background-color css

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

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

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

border-color css

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

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

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