Html Css Color HEX #C31299 Medium Violet Red

📋 copy color: '#C31299'

red 195 ◦ green 18 ◦ blue 153

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

Shades of Medium Violet Red #C31299

Tints of Medium Violet Red #C31299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.8%

R = 53.28%
G = 4.92%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C31299 (or 0xC31299) is known color: Medium Violet Red. HEX triplet: C3, 12 and 99. RGB value is (195,18,153). Sum of RGB (Red+Green+Blue) = 195+18+153=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C31299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31299 is #3CED66. Grayscale: #555555. Windows color (decimal): -3992935 or 10031811. OLE color: 10031811.

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

Color convert

RGB 195 18 153 -
CMYK 0 0.91 0.22 0.24
HSL 314.24º 0.83% 0.42% -
HSV(B) 314.24º 0.91% 0.76% -
XYZ 28.47 14.33 31.4 -
YUV 86.31 165.64 205.52 -
System Red Green Blue C M Y K H S L
Decimal 195 18 153 0 0.91 0.22 0.24 314.24 0.83 0.42
Hex C3 12 99 0 5B 16 18 13A 53 2A
Octal 303 22 231 0 133 26 30 472 123 52
Binary 11000011 10010 10011001 0 1011011 10110 11000 100111010 1010011 101010

Color Harmonies of #C31299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31299

Black with #C31299

Text Example


Text Example

White with #C31299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31299; }

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

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

background-color css

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

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

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

border-color css

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

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

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