Html Css Color HEX #C41B7B Medium Violet Red

📋 copy color: '#C41B7B'

red 196 ◦ green 27 ◦ blue 123

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

Shades of Medium Violet Red #C41B7B

Tints of Medium Violet Red #C41B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 56.65%
G = 7.8%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C41B7B (or 0xC41B7B) is known color: Medium Violet Red. HEX triplet: C4, 1B and 7B. RGB value is (196,27,123). Sum of RGB (Red+Green+Blue) = 196+27+123=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41B7B is #3BE484. Grayscale: #585858. Windows color (decimal): -3925125 or 8068036. OLE color: 8068036.

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

Color convert

RGB 196 27 123 -
CMYK 0 0.86 0.37 0.23
HSL 325.92º 0.76% 0.44% -
HSV(B) 325.92º 0.86% 0.77% -
XYZ 26.73 13.95 20.02 -
YUV 88.48 147.49 204.69 -
System Red Green Blue C M Y K H S L
Decimal 196 27 123 0 0.86 0.37 0.23 325.92 0.76 0.44
Hex C4 1B 7B 0 56 25 17 146 4C 2C
Octal 304 33 173 0 126 45 27 506 114 54
Binary 11000100 11011 1111011 0 1010110 100101 10111 101000110 1001100 101100

Color Harmonies of #C41B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B7B

Black with #C41B7B

Text Example


Text Example

White with #C41B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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