Html Css Color HEX #C331AB Medium Red Violet

📋 copy color: '#C331AB'

red 195 ◦ green 49 ◦ blue 171

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

Shades of Medium Red Violet #C331AB

Tints of Medium Red Violet #C331AB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.81%

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

R = 46.99%
G = 11.81%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C331AB (or 0xC331AB) is known color: Medium Red Violet. HEX triplet: C3, 31 and AB. RGB value is (195,49,171). Sum of RGB (Red+Green+Blue) = 195+49+171=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C331AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C331AB is #3CCE54. Grayscale: #6A6A6A. Windows color (decimal): -3984981 or 11219395. OLE color: 11219395.

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

Color convert

RGB 195 49 171 -
CMYK 0 0.75 0.12 0.24
HSL 309.86º 0.6% 0.48% -
HSV(B) 309.86º 0.75% 0.76% -
XYZ 30.95 16.74 40.13 -
YUV 106.56 164.37 191.08 -
System Red Green Blue C M Y K H S L
Decimal 195 49 171 0 0.75 0.12 0.24 309.86 0.6 0.48
Hex C3 31 AB 0 4B C 18 136 3C 30
Octal 303 61 253 0 113 14 30 466 74 60
Binary 11000011 110001 10101011 0 1001011 1100 11000 100110110 111100 110000

Color Harmonies of #C331AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C331AB

Black with #C331AB

Text Example


Text Example

White with #C331AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C331AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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