Html Css Color HEX #C31A89 Medium Violet Red

📋 copy color: '#C31A89'

red 195 ◦ green 26 ◦ blue 137

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

Shades of Medium Violet Red #C31A89

Tints of Medium Violet Red #C31A89

RGB

 RED value IS 195 (76.56% from 255) = 54.47%

 GREEN value IS 26 (10.55% from 255) = 7.26%

 BLUE value IS 137 (53.91% from 255) = 38.27%

R = 54.47%
G = 7.26%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C31A89 (or 0xC31A89) is known color: Medium Violet Red. HEX triplet: C3, 1A and 89. RGB value is (195,26,137). Sum of RGB (Red+Green+Blue) = 195+26+137=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31A89 is #3CE576. Grayscale: #585858. Windows color (decimal): -3990903 or 8985283. OLE color: 8985283.

HSL color Cylindrical-coordinate representation of color #C31A89: hue angle of 320.59º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31A89 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 26 137 -
CMYK 0 0.87 0.30 0.24
HSL 320.59º 0.76% 0.43% -
HSV(B) 320.59º 0.87% 0.76% -
XYZ 27.39 14.15 24.95 -
YUV 89.19 154.99 203.47 -
System Red Green Blue C M Y K H S L
Decimal 195 26 137 0 0.87 0.30 0.24 320.59 0.76 0.43
Hex C3 1A 89 0 57 1E 18 141 4C 2B
Octal 303 32 211 0 127 36 30 501 114 53
Binary 11000011 11010 10001001 0 1010111 11110 11000 101000001 1001100 101011

Color Harmonies of #C31A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31A89

Black with #C31A89

Text Example


Text Example

White with #C31A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31A89; }

 p { color: rgb(195,26,137); }

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

background-color css

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

 a { background-color: rgb(195,26,137); }

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

border-color css

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

 span { border-color: rgb(195,26,137); }

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