Html Css Color HEX #C41DAB Medium Violet Red

📋 copy color: '#C41DAB'

red 196 ◦ green 29 ◦ blue 171

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

Shades of Medium Violet Red #C41DAB

Tints of Medium Violet Red #C41DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.32%

 BLUE value IS 171 (67.19% from 255) = 43.18%

R = 49.49%
G = 7.32%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C41DAB (or 0xC41DAB) is known color: Medium Violet Red. HEX triplet: C4, 1D and AB. RGB value is (196,29,171). Sum of RGB (Red+Green+Blue) = 196+29+171=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C41DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41DAB is #3BE254. Grayscale: #5E5E5E. Windows color (decimal): -3924565 or 11214276. OLE color: 11214276.

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

Color convert

RGB 196 29 171 -
CMYK 0 0.85 0.13 0.23
HSL 308.98º 0.74% 0.44% -
HSV(B) 308.98º 0.85% 0.77% -
XYZ 30.56 15.55 39.92 -
YUV 95.12 170.83 199.95 -
System Red Green Blue C M Y K H S L
Decimal 196 29 171 0 0.85 0.13 0.23 308.98 0.74 0.44
Hex C4 1D AB 0 55 D 17 135 4A 2C
Octal 304 35 253 0 125 15 27 465 112 54
Binary 11000100 11101 10101011 0 1010101 1101 10111 100110101 1001010 101100

Color Harmonies of #C41DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41DAB

Black with #C41DAB

Text Example


Text Example

White with #C41DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41DAB; }

 p { color: rgb(196,29,171); }

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

background-color css

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

 a { background-color: rgb(196,29,171); }

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

border-color css

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

 span { border-color: rgb(196,29,171); }

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