Html Css Color HEX #C31294 Medium Violet Red

📋 copy color: '#C31294'

red 195 ◦ green 18 ◦ blue 148

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

Shades of Medium Violet Red #C31294

Tints of Medium Violet Red #C31294

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.99%

 BLUE value IS 148 (58.2% from 255) = 41%

R = 54.02%
G = 4.99%
B = 41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C31294 (or 0xC31294) is known color: Medium Violet Red. HEX triplet: C3, 12 and 94. RGB value is (195,18,148). Sum of RGB (Red+Green+Blue) = 195+18+148=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C31294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31294 is #3CED6B. Grayscale: #555555. Windows color (decimal): -3992940 or 9704131. OLE color: 9704131.

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

Color convert

RGB 195 18 148 -
CMYK 0 0.91 0.24 0.24
HSL 315.93º 0.83% 0.42% -
HSV(B) 315.93º 0.91% 0.76% -
XYZ 28.07 14.17 29.27 -
YUV 85.74 163.14 205.93 -
System Red Green Blue C M Y K H S L
Decimal 195 18 148 0 0.91 0.24 0.24 315.93 0.83 0.42
Hex C3 12 94 0 5B 18 18 13C 53 2A
Octal 303 22 224 0 133 30 30 474 123 52
Binary 11000011 10010 10010100 0 1011011 11000 11000 100111100 1010011 101010

Color Harmonies of #C31294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31294

Black with #C31294

Text Example


Text Example

White with #C31294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31294; }

 p { color: rgb(195,18,148); }

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

background-color css

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

 a { background-color: rgb(195,18,148); }

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

border-color css

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

 span { border-color: rgb(195,18,148); }

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