Html Css Color HEX #C41FAB Medium Violet Red

📋 copy color: '#C41FAB'

red 196 ◦ green 31 ◦ blue 171

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

Shades of Medium Violet Red #C41FAB

Tints of Medium Violet Red #C41FAB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.79%

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

R = 49.25%
G = 7.79%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C41FAB (or 0xC41FAB) is known color: Medium Violet Red. HEX triplet: C4, 1F and AB. RGB value is (196,31,171). Sum of RGB (Red+Green+Blue) = 196+31+171=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C41FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41FAB is #3BE054. Grayscale: #5F5F5F. Windows color (decimal): -3924053 or 11214788. OLE color: 11214788.

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

Color convert

RGB 196 31 171 -
CMYK 0 0.84 0.13 0.23
HSL 309.09º 0.73% 0.45% -
HSV(B) 309.09º 0.84% 0.77% -
XYZ 30.61 15.66 39.94 -
YUV 96.3 170.16 199.12 -
System Red Green Blue C M Y K H S L
Decimal 196 31 171 0 0.84 0.13 0.23 309.09 0.73 0.45
Hex C4 1F AB 0 54 D 17 135 49 2D
Octal 304 37 253 0 124 15 27 465 111 55
Binary 11000100 11111 10101011 0 1010100 1101 10111 100110101 1001001 101101

Color Harmonies of #C41FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41FAB

Black with #C41FAB

Text Example


Text Example

White with #C41FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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