Html Css Color HEX #C3196C Medium Violet Red

📋 copy color: '#C3196C'

red 195 ◦ green 25 ◦ blue 108

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

Shades of Medium Violet Red #C3196C

Tints of Medium Violet Red #C3196C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.93%

R = 59.45%
G = 7.62%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3196C (or 0xC3196C) is known color: Medium Violet Red. HEX triplet: C3, 19 and 6C. RGB value is (195,25,108). Sum of RGB (Red+Green+Blue) = 195+25+108=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C3196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3196C is #3CE693. Grayscale: #555555. Windows color (decimal): -3991188 or 7084483. OLE color: 7084483.

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

Color convert

RGB 195 25 108 -
CMYK 0 0.87 0.45 0.24
HSL 330.71º 0.77% 0.43% -
HSV(B) 330.71º 0.87% 0.76% -
XYZ 25.56 13.38 15.42 -
YUV 85.29 140.82 206.25 -
System Red Green Blue C M Y K H S L
Decimal 195 25 108 0 0.87 0.45 0.24 330.71 0.77 0.43
Hex C3 19 6C 0 57 2D 18 14B 4D 2B
Octal 303 31 154 0 127 55 30 513 115 53
Binary 11000011 11001 1101100 0 1010111 101101 11000 101001011 1001101 101011

Color Harmonies of #C3196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3196C

Black with #C3196C

Text Example


Text Example

White with #C3196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3196C; }

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

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

background-color css

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

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

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

border-color css

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

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

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