Html Css Color HEX #C4198D Medium Violet Red

📋 copy color: '#C4198D'

red 196 ◦ green 25 ◦ blue 141

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

Shades of Medium Violet Red #C4198D

Tints of Medium Violet Red #C4198D

RGB

 RED value IS 196 (76.95% from 255) = 54.14%

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

 BLUE value IS 141 (55.47% from 255) = 38.95%

R = 54.14%
G = 6.91%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4198D (or 0xC4198D) is known color: Medium Violet Red. HEX triplet: C4, 19 and 8D. RGB value is (196,25,141). Sum of RGB (Red+Green+Blue) = 196+25+141=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C4198D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4198D is #3BE672. Grayscale: #595959. Windows color (decimal): -3925619 or 9247172. OLE color: 9247172.

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

Color convert

RGB 196 25 141 -
CMYK 0 0.87 0.28 0.23
HSL 319.3º 0.77% 0.43% -
HSV(B) 319.3º 0.87% 0.77% -
XYZ 27.92 14.35 26.5 -
YUV 89.35 157.15 204.07 -
System Red Green Blue C M Y K H S L
Decimal 196 25 141 0 0.87 0.28 0.23 319.3 0.77 0.43
Hex C4 19 8D 0 57 1C 17 13F 4D 2B
Octal 304 31 215 0 127 34 27 477 115 53
Binary 11000100 11001 10001101 0 1010111 11100 10111 100111111 1001101 101011

Color Harmonies of #C4198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4198D

Black with #C4198D

Text Example


Text Example

White with #C4198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4198D; }

 p { color: rgb(196,25,141); }

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

background-color css

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

 a { background-color: rgb(196,25,141); }

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

border-color css

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

 span { border-color: rgb(196,25,141); }

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