Html Css Color HEX #C81382 Medium Violet Red

📋 copy color: '#C81382'

red 200 ◦ green 19 ◦ blue 130

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

Shades of Medium Violet Red #C81382

Tints of Medium Violet Red #C81382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.44%

 BLUE value IS 130 (51.17% from 255) = 37.25%

R = 57.31%
G = 5.44%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C81382 (or 0xC81382) is known color: Medium Violet Red. HEX triplet: C8, 13 and 82. RGB value is (200,19,130). Sum of RGB (Red+Green+Blue) = 200+19+130=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C81382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81382 is #37EC7D. Grayscale: #555555. Windows color (decimal): -3665022 or 8524744. OLE color: 8524744.

HSL color Cylindrical-coordinate representation of color #C81382: hue angle of 323.2º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81382 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 19 130 -
CMYK 0 0.90 0.35 0.22
HSL 323.2º 0.83% 0.43% -
HSV(B) 323.2º 0.91% 0.78% -
XYZ 28.08 14.36 22.41 -
YUV 85.77 152.97 209.47 -
System Red Green Blue C M Y K H S L
Decimal 200 19 130 0 0.90 0.35 0.22 323.2 0.83 0.43
Hex C8 13 82 0 5A 23 16 143 53 2B
Octal 310 23 202 0 132 43 26 503 123 53
Binary 11001000 10011 10000010 0 1011010 100011 10110 101000011 1010011 101011

Color Harmonies of #C81382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81382

Black with #C81382

Text Example


Text Example

White with #C81382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81382; }

 p { color: rgb(200,19,130); }

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

background-color css

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

 a { background-color: rgb(200,19,130); }

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

border-color css

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

 span { border-color: rgb(200,19,130); }

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