Html Css Color HEX #C41C8F Medium Violet Red

📋 copy color: '#C41C8F'

red 196 ◦ green 28 ◦ blue 143

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

Shades of Medium Violet Red #C41C8F

Tints of Medium Violet Red #C41C8F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.63%

 BLUE value IS 143 (56.25% from 255) = 38.96%

R = 53.41%
G = 7.63%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C41C8F (or 0xC41C8F) is known color: Medium Violet Red. HEX triplet: C4, 1C and 8F. RGB value is (196,28,143). Sum of RGB (Red+Green+Blue) = 196+28+143=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41C8F is #3BE370. Grayscale: #5B5B5B. Windows color (decimal): -3924849 or 9379012. OLE color: 9379012.

HSL color Cylindrical-coordinate representation of color #C41C8F: hue angle of 318.93º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41C8F is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 28 143 -
CMYK 0 0.86 0.27 0.23
HSL 318.93º 0.75% 0.44% -
HSV(B) 318.93º 0.86% 0.77% -
XYZ 28.14 14.55 27.31 -
YUV 91.34 157.16 202.65 -
System Red Green Blue C M Y K H S L
Decimal 196 28 143 0 0.86 0.27 0.23 318.93 0.75 0.44
Hex C4 1C 8F 0 56 1B 17 13F 4B 2C
Octal 304 34 217 0 126 33 27 477 113 54
Binary 11000100 11100 10001111 0 1010110 11011 10111 100111111 1001011 101100

Color Harmonies of #C41C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C8F

Black with #C41C8F

Text Example


Text Example

White with #C41C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C8F; }

 p { color: rgb(196,28,143); }

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

background-color css

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

 a { background-color: rgb(196,28,143); }

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

border-color css

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

 span { border-color: rgb(196,28,143); }

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