Html Css Color HEX #C31693 Medium Violet Red

📋 copy color: '#C31693'

red 195 ◦ green 22 ◦ blue 147

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

Shades of Medium Violet Red #C31693

Tints of Medium Violet Red #C31693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.04%

 BLUE value IS 147 (57.81% from 255) = 40.38%

R = 53.57%
G = 6.04%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C31693 (or 0xC31693) is known color: Medium Violet Red. HEX triplet: C3, 16 and 93. RGB value is (195,22,147). Sum of RGB (Red+Green+Blue) = 195+22+147=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C31693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31693 is #3CE96C. Grayscale: #575757. Windows color (decimal): -3991917 or 9639619. OLE color: 9639619.

HSL color Cylindrical-coordinate representation of color #C31693: hue angle of 316.65º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31693 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 22 147 -
CMYK 0 0.89 0.25 0.24
HSL 316.65º 0.8% 0.43% -
HSV(B) 316.65º 0.89% 0.76% -
XYZ 28.06 14.28 28.88 -
YUV 87.98 161.31 204.34 -
System Red Green Blue C M Y K H S L
Decimal 195 22 147 0 0.89 0.25 0.24 316.65 0.8 0.43
Hex C3 16 93 0 59 19 18 13D 50 2B
Octal 303 26 223 0 131 31 30 475 120 53
Binary 11000011 10110 10010011 0 1011001 11001 11000 100111101 1010000 101011

Color Harmonies of #C31693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31693

Black with #C31693

Text Example


Text Example

White with #C31693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31693; }

 p { color: rgb(195,22,147); }

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

background-color css

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

 a { background-color: rgb(195,22,147); }

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

border-color css

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

 span { border-color: rgb(195,22,147); }

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