Html Css Color HEX #C31488 Medium Violet Red

📋 copy color: '#C31488'

red 195 ◦ green 20 ◦ blue 136

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

Shades of Medium Violet Red #C31488

Tints of Medium Violet Red #C31488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.7%

 BLUE value IS 136 (53.52% from 255) = 38.75%

R = 55.56%
G = 5.7%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C31488 (or 0xC31488) is known color: Medium Violet Red. HEX triplet: C3, 14 and 88. RGB value is (195,20,136). Sum of RGB (Red+Green+Blue) = 195+20+136=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C31488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31488 is #3CEB77. Grayscale: #555555. Windows color (decimal): -3992440 or 8918211. OLE color: 8918211.

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

Color convert

RGB 195 20 136 -
CMYK 0 0.90 0.30 0.24
HSL 320.23º 0.81% 0.42% -
HSV(B) 320.23º 0.9% 0.76% -
XYZ 27.2 13.88 24.54 -
YUV 85.55 156.48 206.07 -
System Red Green Blue C M Y K H S L
Decimal 195 20 136 0 0.90 0.30 0.24 320.23 0.81 0.42
Hex C3 14 88 0 5A 1E 18 140 51 2A
Octal 303 24 210 0 132 36 30 500 121 52
Binary 11000011 10100 10001000 0 1011010 11110 11000 101000000 1010001 101010

Color Harmonies of #C31488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31488

Black with #C31488

Text Example


Text Example

White with #C31488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31488; }

 p { color: rgb(195,20,136); }

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

background-color css

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

 a { background-color: rgb(195,20,136); }

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

border-color css

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

 span { border-color: rgb(195,20,136); }

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