Html Css Color HEX #C41A6B Medium Violet Red

📋 copy color: '#C41A6B'

red 196 ◦ green 26 ◦ blue 107

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

Shades of Medium Violet Red #C41A6B

Tints of Medium Violet Red #C41A6B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.9%

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 59.57%
G = 7.9%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C41A6B (or 0xC41A6B) is known color: Medium Violet Red. HEX triplet: C4, 1A and 6B. RGB value is (196,26,107). Sum of RGB (Red+Green+Blue) = 196+26+107=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A6B is #3BE594. Grayscale: #555555. Windows color (decimal): -3925397 or 7019204. OLE color: 7019204.

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

Color convert

RGB 196 26 107 -
CMYK 0 0.87 0.45 0.23
HSL 331.41º 0.77% 0.44% -
HSV(B) 331.41º 0.87% 0.77% -
XYZ 25.79 13.54 15.16 -
YUV 86.06 139.82 206.41 -
System Red Green Blue C M Y K H S L
Decimal 196 26 107 0 0.87 0.45 0.23 331.41 0.77 0.44
Hex C4 1A 6B 0 57 2D 17 14B 4D 2C
Octal 304 32 153 0 127 55 27 513 115 54
Binary 11000100 11010 1101011 0 1010111 101101 10111 101001011 1001101 101100

Color Harmonies of #C41A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A6B

Black with #C41A6B

Text Example


Text Example

White with #C41A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A6B; }

 p { color: rgb(196,26,107); }

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

background-color css

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

 a { background-color: rgb(196,26,107); }

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

border-color css

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

 span { border-color: rgb(196,26,107); }

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