Html Css Color HEX #C41C7F Medium Violet Red

📋 copy color: '#C41C7F'

red 196 ◦ green 28 ◦ blue 127

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

Shades of Medium Violet Red #C41C7F

Tints of Medium Violet Red #C41C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.18%

R = 55.84%
G = 7.98%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C41C7F (or 0xC41C7F) is known color: Medium Violet Red. HEX triplet: C4, 1C and 7F. RGB value is (196,28,127). Sum of RGB (Red+Green+Blue) = 196+28+127=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41C7F is #3BE380. Grayscale: #595959. Windows color (decimal): -3924865 or 8330436. OLE color: 8330436.

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

Color convert

RGB 196 28 127 -
CMYK 0 0.86 0.35 0.23
HSL 324.64º 0.75% 0.44% -
HSV(B) 324.64º 0.86% 0.77% -
XYZ 27.01 14.1 21.38 -
YUV 89.52 149.16 203.95 -
System Red Green Blue C M Y K H S L
Decimal 196 28 127 0 0.86 0.35 0.23 324.64 0.75 0.44
Hex C4 1C 7F 0 56 23 17 145 4B 2C
Octal 304 34 177 0 126 43 27 505 113 54
Binary 11000100 11100 1111111 0 1010110 100011 10111 101000101 1001011 101100

Color Harmonies of #C41C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C7F

Black with #C41C7F

Text Example


Text Example

White with #C41C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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