Html Css Color HEX #C81482 Medium Violet Red

📋 copy color: '#C81482'

red 200 ◦ green 20 ◦ blue 130

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

Shades of Medium Violet Red #C81482

Tints of Medium Violet Red #C81482

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.71%

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

R = 57.14%
G = 5.71%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C81482 (or 0xC81482) is known color: Medium Violet Red. HEX triplet: C8, 14 and 82. RGB value is (200,20,130). Sum of RGB (Red+Green+Blue) = 200+20+130=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C81482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81482 is #37EB7D. Grayscale: #565656. Windows color (decimal): -3664766 or 8525000. OLE color: 8525000.

HSL color Cylindrical-coordinate representation of color #C81482: hue angle of 323.33º degrees, saturation: 0.82, 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 #C81482 is Cyan = 0, Magento = 0.9, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 20 130 -
CMYK 0 0.9 0.35 0.22
HSL 323.33º 0.82% 0.43% -
HSV(B) 323.33º 0.9% 0.78% -
XYZ 28.1 14.39 22.42 -
YUV 86.36 152.63 209.06 -
System Red Green Blue C M Y K H S L
Decimal 200 20 130 0 0.9 0.35 0.22 323.33 0.82 0.43
Hex C8 14 82 0 5A 23 16 143 52 2B
Octal 310 24 202 0 132 43 26 503 122 53
Binary 11001000 10100 10000010 0 1011010 100011 10110 101000011 1010010 101011

Color Harmonies of #C81482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81482

Black with #C81482

Text Example


Text Example

White with #C81482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81482; }

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

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

background-color css

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

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

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

border-color css

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

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

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