Html Css Color HEX #C3196D Medium Violet Red

📋 copy color: '#C3196D'

red 195 ◦ green 25 ◦ blue 109

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

Shades of Medium Violet Red #C3196D

Tints of Medium Violet Red #C3196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.6%

 BLUE value IS 109 (42.97% from 255) = 33.13%

R = 59.27%
G = 7.6%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3196D (or 0xC3196D) is known color: Medium Violet Red. HEX triplet: C3, 19 and 6D. RGB value is (195,25,109). Sum of RGB (Red+Green+Blue) = 195+25+109=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C3196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3196D is #3CE692. Grayscale: #555555. Windows color (decimal): -3991187 or 7150019. OLE color: 7150019.

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

Color convert

RGB 195 25 109 -
CMYK 0 0.87 0.44 0.24
HSL 330.35º 0.77% 0.43% -
HSV(B) 330.35º 0.87% 0.76% -
XYZ 25.61 13.4 15.7 -
YUV 85.41 141.32 206.17 -
System Red Green Blue C M Y K H S L
Decimal 195 25 109 0 0.87 0.44 0.24 330.35 0.77 0.43
Hex C3 19 6D 0 57 2C 18 14A 4D 2B
Octal 303 31 155 0 127 54 30 512 115 53
Binary 11000011 11001 1101101 0 1010111 101100 11000 101001010 1001101 101011

Color Harmonies of #C3196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3196D

Black with #C3196D

Text Example


Text Example

White with #C3196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3196D; }

 p { color: rgb(195,25,109); }

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

background-color css

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

 a { background-color: rgb(195,25,109); }

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

border-color css

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

 span { border-color: rgb(195,25,109); }

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