Html Css Color HEX #C331A6 Medium Red Violet

📋 copy color: '#C331A6'

red 195 ◦ green 49 ◦ blue 166

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

Shades of Medium Red Violet #C331A6

Tints of Medium Red Violet #C331A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.49%

R = 47.56%
G = 11.95%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C331A6 (or 0xC331A6) is known color: Medium Red Violet. HEX triplet: C3, 31 and A6. RGB value is (195,49,166). Sum of RGB (Red+Green+Blue) = 195+49+166=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 49 (19.53% from 255 or 11.95% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C331A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C331A6 is #3CCE59. Grayscale: #696969. Windows color (decimal): -3984986 or 10891715. OLE color: 10891715.

HSL color Cylindrical-coordinate representation of color #C331A6: hue angle of 311.92º 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 #C331A6 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 49 166 -
CMYK 0 0.75 0.15 0.24
HSL 311.92º 0.6% 0.48% -
HSV(B) 311.92º 0.75% 0.76% -
XYZ 30.49 16.55 37.66 -
YUV 105.99 161.87 191.49 -
System Red Green Blue C M Y K H S L
Decimal 195 49 166 0 0.75 0.15 0.24 311.92 0.6 0.48
Hex C3 31 A6 0 4B F 18 138 3C 30
Octal 303 61 246 0 113 17 30 470 74 60
Binary 11000011 110001 10100110 0 1001011 1111 11000 100111000 111100 110000

Color Harmonies of #C331A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C331A6

Black with #C331A6

Text Example


Text Example

White with #C331A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C331A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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