Html Css Color HEX #C91381 Medium Violet Red

📋 copy color: '#C91381'

red 201 ◦ green 19 ◦ blue 129

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

Shades of Medium Violet Red #C91381

Tints of Medium Violet Red #C91381

RGB

 RED value IS 201 (78.91% from 255) = 57.59%

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

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

R = 57.59%
G = 5.44%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C91381 (or 0xC91381) is known color: Medium Violet Red. HEX triplet: C9, 13 and 81. RGB value is (201,19,129). Sum of RGB (Red+Green+Blue) = 201+19+129=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C91381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91381 is #36EC7E. Grayscale: #555555. Windows color (decimal): -3599487 or 8459209. OLE color: 8459209.

HSL color Cylindrical-coordinate representation of color #C91381: hue angle of 323.74º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91381 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 19 129 -
CMYK 0 0.91 0.36 0.21
HSL 323.74º 0.83% 0.43% -
HSV(B) 323.74º 0.91% 0.79% -
XYZ 28.28 14.47 22.07 -
YUV 85.96 152.3 210.06 -
System Red Green Blue C M Y K H S L
Decimal 201 19 129 0 0.91 0.36 0.21 323.74 0.83 0.43
Hex C9 13 81 0 5B 24 15 144 53 2B
Octal 311 23 201 0 133 44 25 504 123 53
Binary 11001001 10011 10000001 0 1011011 100100 10101 101000100 1010011 101011

Color Harmonies of #C91381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91381

Black with #C91381

Text Example


Text Example

White with #C91381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91381; }

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

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

background-color css

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

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

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

border-color css

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

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

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