Html Css Color HEX #C31895 Medium Violet Red

📋 copy color: '#C31895'

red 195 ◦ green 24 ◦ blue 149

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

Shades of Medium Violet Red #C31895

Tints of Medium Violet Red #C31895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.52%

 BLUE value IS 149 (58.59% from 255) = 40.49%

R = 52.99%
G = 6.52%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C31895 (or 0xC31895) is known color: Medium Violet Red. HEX triplet: C3, 18 and 95. RGB value is (195,24,149). Sum of RGB (Red+Green+Blue) = 195+24+149=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C31895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31895 is #3CE76A. Grayscale: #595959. Windows color (decimal): -3991403 or 9771203. OLE color: 9771203.

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

Color convert

RGB 195 24 149 -
CMYK 0 0.88 0.24 0.24
HSL 316.14º 0.78% 0.43% -
HSV(B) 316.14º 0.88% 0.76% -
XYZ 28.26 14.43 29.73 -
YUV 89.38 161.65 203.34 -
System Red Green Blue C M Y K H S L
Decimal 195 24 149 0 0.88 0.24 0.24 316.14 0.78 0.43
Hex C3 18 95 0 58 18 18 13C 4E 2B
Octal 303 30 225 0 130 30 30 474 116 53
Binary 11000011 11000 10010101 0 1011000 11000 11000 100111100 1001110 101011

Color Harmonies of #C31895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31895

Black with #C31895

Text Example


Text Example

White with #C31895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31895; }

 p { color: rgb(195,24,149); }

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

background-color css

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

 a { background-color: rgb(195,24,149); }

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

border-color css

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

 span { border-color: rgb(195,24,149); }

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