Html Css Color HEX #C81381 Medium Violet Red

📋 copy color: '#C81381'

red 200 ◦ green 19 ◦ blue 129

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

Shades of Medium Violet Red #C81381

Tints of Medium Violet Red #C81381

RGB

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

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

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

R = 57.47%
G = 5.46%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C81381 (or 0xC81381) is known color: Medium Violet Red. HEX triplet: C8, 13 and 81. RGB value is (200,19,129). Sum of RGB (Red+Green+Blue) = 200+19+129=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C81381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81381 is #37EC7E. Grayscale: #555555. Windows color (decimal): -3665023 or 8459208. OLE color: 8459208.

HSL color Cylindrical-coordinate representation of color #C81381: hue angle of 323.54º 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 #C81381 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 19 129 -
CMYK 0 0.90 0.36 0.22
HSL 323.54º 0.83% 0.43% -
HSV(B) 323.54º 0.91% 0.78% -
XYZ 28.01 14.33 22.06 -
YUV 85.66 152.47 209.56 -
System Red Green Blue C M Y K H S L
Decimal 200 19 129 0 0.90 0.36 0.22 323.54 0.83 0.43
Hex C8 13 81 0 5A 24 16 144 53 2B
Octal 310 23 201 0 132 44 26 504 123 53
Binary 11001000 10011 10000001 0 1011010 100100 10110 101000100 1010011 101011

Color Harmonies of #C81381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81381

Black with #C81381

Text Example


Text Example

White with #C81381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81381; }

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

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

background-color css

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

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

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

border-color css

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

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

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