Html Css Color HEX #C4197D Medium Violet Red

📋 copy color: '#C4197D'

red 196 ◦ green 25 ◦ blue 125

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

Shades of Medium Violet Red #C4197D

Tints of Medium Violet Red #C4197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 56.65%
G = 7.23%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4197D (or 0xC4197D) is known color: Medium Violet Red. HEX triplet: C4, 19 and 7D. RGB value is (196,25,125). Sum of RGB (Red+Green+Blue) = 196+25+125=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C4197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4197D is #3BE682. Grayscale: #575757. Windows color (decimal): -3925635 or 8198596. OLE color: 8198596.

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

Color convert

RGB 196 25 125 -
CMYK 0 0.87 0.36 0.23
HSL 324.91º 0.77% 0.43% -
HSV(B) 324.91º 0.87% 0.77% -
XYZ 26.81 13.91 20.67 -
YUV 87.53 149.15 205.37 -
System Red Green Blue C M Y K H S L
Decimal 196 25 125 0 0.87 0.36 0.23 324.91 0.77 0.43
Hex C4 19 7D 0 57 24 17 145 4D 2B
Octal 304 31 175 0 127 44 27 505 115 53
Binary 11000100 11001 1111101 0 1010111 100100 10111 101000101 1001101 101011

Color Harmonies of #C4197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4197D

Black with #C4197D

Text Example


Text Example

White with #C4197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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