Html Css Color HEX #C41B7F Medium Violet Red

📋 copy color: '#C41B7F'

red 196 ◦ green 27 ◦ blue 127

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

Shades of Medium Violet Red #C41B7F

Tints of Medium Violet Red #C41B7F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.71%

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

R = 56%
G = 7.71%
B = 36.29%

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

#C41B7F (or 0xC41B7F) is known color: Medium Violet Red. HEX triplet: C4, 1B and 7F. RGB value is (196,27,127). Sum of RGB (Red+Green+Blue) = 196+27+127=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41B7F is #3BE480. Grayscale: #585858. Windows color (decimal): -3925121 or 8330180. OLE color: 8330180.

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

Color convert

RGB 196 27 127 -
CMYK 0 0.86 0.35 0.23
HSL 324.5º 0.76% 0.44% -
HSV(B) 324.5º 0.86% 0.77% -
XYZ 26.99 14.05 21.37 -
YUV 88.93 149.49 204.37 -
System Red Green Blue C M Y K H S L
Decimal 196 27 127 0 0.86 0.35 0.23 324.5 0.76 0.44
Hex C4 1B 7F 0 56 23 17 144 4C 2C
Octal 304 33 177 0 126 43 27 504 114 54
Binary 11000100 11011 1111111 0 1010110 100011 10111 101000100 1001100 101100

Color Harmonies of #C41B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B7F

Black with #C41B7F

Text Example


Text Example

White with #C41B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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