Html Css Color HEX #C31C9A Medium Violet Red

📋 copy color: '#C31C9A'

red 195 ◦ green 28 ◦ blue 154

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

Shades of Medium Violet Red #C31C9A

Tints of Medium Violet Red #C31C9A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.43%

 BLUE value IS 154 (60.55% from 255) = 40.85%

R = 51.72%
G = 7.43%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C31C9A (or 0xC31C9A) is known color: Medium Violet Red. HEX triplet: C3, 1C and 9A. RGB value is (195,28,154). Sum of RGB (Red+Green+Blue) = 195+28+154=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31C9A is #3CE365. Grayscale: #5B5B5B. Windows color (decimal): -3990374 or 10099907. OLE color: 10099907.

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

Color convert

RGB 195 28 154 -
CMYK 0 0.86 0.21 0.24
HSL 314.73º 0.75% 0.44% -
HSV(B) 314.73º 0.86% 0.76% -
XYZ 28.75 14.77 31.91 -
YUV 92.3 162.83 201.25 -
System Red Green Blue C M Y K H S L
Decimal 195 28 154 0 0.86 0.21 0.24 314.73 0.75 0.44
Hex C3 1C 9A 0 56 15 18 13B 4B 2C
Octal 303 34 232 0 126 25 30 473 113 54
Binary 11000011 11100 10011010 0 1010110 10101 11000 100111011 1001011 101100

Color Harmonies of #C31C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31C9A

Black with #C31C9A

Text Example


Text Example

White with #C31C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31C9A; }

 p { color: rgb(195,28,154); }

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

background-color css

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

 a { background-color: rgb(195,28,154); }

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

border-color css

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

 span { border-color: rgb(195,28,154); }

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