Html Css Color HEX #C31792 Medium Violet Red

📋 copy color: '#C31792'

red 195 ◦ green 23 ◦ blue 146

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

Shades of Medium Violet Red #C31792

Tints of Medium Violet Red #C31792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.32%

 BLUE value IS 146 (57.42% from 255) = 40.11%

R = 53.57%
G = 6.32%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C31792 (or 0xC31792) is known color: Medium Violet Red. HEX triplet: C3, 17 and 92. RGB value is (195,23,146). Sum of RGB (Red+Green+Blue) = 195+23+146=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C31792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31792 is #3CE86D. Grayscale: #585858. Windows color (decimal): -3991662 or 9574339. OLE color: 9574339.

HSL color Cylindrical-coordinate representation of color #C31792: hue angle of 317.09º degrees, saturation: 0.79, 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 #C31792 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 23 146 -
CMYK 0 0.88 0.25 0.24
HSL 317.09º 0.79% 0.43% -
HSV(B) 317.09º 0.88% 0.76% -
XYZ 28 14.29 28.48 -
YUV 88.45 160.48 204 -
System Red Green Blue C M Y K H S L
Decimal 195 23 146 0 0.88 0.25 0.24 317.09 0.79 0.43
Hex C3 17 92 0 58 19 18 13D 4F 2B
Octal 303 27 222 0 130 31 30 475 117 53
Binary 11000011 10111 10010010 0 1011000 11001 11000 100111101 1001111 101011

Color Harmonies of #C31792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31792

Black with #C31792

Text Example


Text Example

White with #C31792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31792; }

 p { color: rgb(195,23,146); }

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

background-color css

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

 a { background-color: rgb(195,23,146); }

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

border-color css

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

 span { border-color: rgb(195,23,146); }

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