Html Css Color HEX #C31DAB Medium Violet Red

📋 copy color: '#C31DAB'

red 195 ◦ green 29 ◦ blue 171

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

Shades of Medium Violet Red #C31DAB

Tints of Medium Violet Red #C31DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.34%

 BLUE value IS 171 (67.19% from 255) = 43.29%

R = 49.37%
G = 7.34%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C31DAB (or 0xC31DAB) is known color: Medium Violet Red. HEX triplet: C3, 1D and AB. RGB value is (195,29,171). Sum of RGB (Red+Green+Blue) = 195+29+171=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C31DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31DAB is #3CE254. Grayscale: #5E5E5E. Windows color (decimal): -3990101 or 11214275. OLE color: 11214275.

HSL color Cylindrical-coordinate representation of color #C31DAB: hue angle of 308.67º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31DAB is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 29 171 -
CMYK 0 0.85 0.12 0.24
HSL 308.67º 0.74% 0.44% -
HSV(B) 308.67º 0.85% 0.76% -
XYZ 30.3 15.42 39.91 -
YUV 94.82 171 199.45 -
System Red Green Blue C M Y K H S L
Decimal 195 29 171 0 0.85 0.12 0.24 308.67 0.74 0.44
Hex C3 1D AB 0 55 C 18 135 4A 2C
Octal 303 35 253 0 125 14 30 465 112 54
Binary 11000011 11101 10101011 0 1010101 1100 11000 100110101 1001010 101100

Color Harmonies of #C31DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31DAB

Black with #C31DAB

Text Example


Text Example

White with #C31DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31DAB; }

 p { color: rgb(195,29,171); }

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

background-color css

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

 a { background-color: rgb(195,29,171); }

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

border-color css

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

 span { border-color: rgb(195,29,171); }

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