Html Css Color HEX #C31885 Medium Violet Red

📋 copy color: '#C31885'

red 195 ◦ green 24 ◦ blue 133

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

Shades of Medium Violet Red #C31885

Tints of Medium Violet Red #C31885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.78%

R = 55.4%
G = 6.82%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C31885 (or 0xC31885) is known color: Medium Violet Red. HEX triplet: C3, 18 and 85. RGB value is (195,24,133). Sum of RGB (Red+Green+Blue) = 195+24+133=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C31885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31885 is #3CE77A. Grayscale: #575757. Windows color (decimal): -3991419 or 8722627. OLE color: 8722627.

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

Color convert

RGB 195 24 133 -
CMYK 0 0.88 0.32 0.24
HSL 321.75º 0.78% 0.43% -
HSV(B) 321.75º 0.88% 0.76% -
XYZ 27.07 13.95 23.46 -
YUV 87.56 153.65 204.64 -
System Red Green Blue C M Y K H S L
Decimal 195 24 133 0 0.88 0.32 0.24 321.75 0.78 0.43
Hex C3 18 85 0 58 20 18 142 4E 2B
Octal 303 30 205 0 130 40 30 502 116 53
Binary 11000011 11000 10000101 0 1011000 100000 11000 101000010 1001110 101011

Color Harmonies of #C31885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31885

Black with #C31885

Text Example


Text Example

White with #C31885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31885; }

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

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

background-color css

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

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

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

border-color css

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

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

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