Html Css Color HEX #C31887 Medium Violet Red

📋 copy color: '#C31887'

red 195 ◦ green 24 ◦ blue 135

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

Shades of Medium Violet Red #C31887

Tints of Medium Violet Red #C31887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.14%

R = 55.08%
G = 6.78%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C31887 (or 0xC31887) is known color: Medium Violet Red. HEX triplet: C3, 18 and 87. RGB value is (195,24,135). Sum of RGB (Red+Green+Blue) = 195+24+135=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C31887 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31887 is #3CE778. Grayscale: #575757. Windows color (decimal): -3991417 or 8853699. OLE color: 8853699.

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

Color convert

RGB 195 24 135 -
CMYK 0 0.88 0.31 0.24
HSL 321.05º 0.78% 0.43% -
HSV(B) 321.05º 0.88% 0.76% -
XYZ 27.21 14 24.19 -
YUV 87.78 154.65 204.47 -
System Red Green Blue C M Y K H S L
Decimal 195 24 135 0 0.88 0.31 0.24 321.05 0.78 0.43
Hex C3 18 87 0 58 1F 18 141 4E 2B
Octal 303 30 207 0 130 37 30 501 116 53
Binary 11000011 11000 10000111 0 1011000 11111 11000 101000001 1001110 101011

Color Harmonies of #C31887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31887

Black with #C31887

Text Example


Text Example

White with #C31887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31887; }

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

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

background-color css

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

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

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

border-color css

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

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

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