Html Css Color HEX #C4147E Medium Violet Red

📋 copy color: '#C4147E'

red 196 ◦ green 20 ◦ blue 126

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

Shades of Medium Violet Red #C4147E

Tints of Medium Violet Red #C4147E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.85%

 BLUE value IS 126 (49.61% from 255) = 36.84%

R = 57.31%
G = 5.85%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4147E (or 0xC4147E) is known color: Medium Violet Red. HEX triplet: C4, 14 and 7E. RGB value is (196,20,126). Sum of RGB (Red+Green+Blue) = 196+20+126=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4147E is #3BEB81. Grayscale: #545454. Windows color (decimal): -3926914 or 8262852. OLE color: 8262852.

HSL color Cylindrical-coordinate representation of color #C4147E: hue angle of 323.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4147E is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 20 126 -
CMYK 0 0.90 0.36 0.23
HSL 323.86º 0.81% 0.42% -
HSV(B) 323.86º 0.9% 0.77% -
XYZ 26.78 13.74 20.98 -
YUV 84.71 151.31 207.38 -
System Red Green Blue C M Y K H S L
Decimal 196 20 126 0 0.90 0.36 0.23 323.86 0.81 0.42
Hex C4 14 7E 0 5A 24 17 144 51 2A
Octal 304 24 176 0 132 44 27 504 121 52
Binary 11000100 10100 1111110 0 1011010 100100 10111 101000100 1010001 101010

Color Harmonies of #C4147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4147E

Black with #C4147E

Text Example


Text Example

White with #C4147E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4147E; }

 p { color: rgb(196,20,126); }

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

background-color css

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

 a { background-color: rgb(196,20,126); }

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

border-color css

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

 span { border-color: rgb(196,20,126); }

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