Html Css Color HEX #C41FAD Medium Violet Red

📋 copy color: '#C41FAD'

red 196 ◦ green 31 ◦ blue 173

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

Shades of Medium Violet Red #C41FAD

Tints of Medium Violet Red #C41FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.25%

R = 49%
G = 7.75%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C41FAD (or 0xC41FAD) is known color: Medium Violet Red. HEX triplet: C4, 1F and AD. RGB value is (196,31,173). Sum of RGB (Red+Green+Blue) = 196+31+173=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C41FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41FAD is #3BE052. Grayscale: #606060. Windows color (decimal): -3924051 or 11345860. OLE color: 11345860.

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

Color convert

RGB 196 31 173 -
CMYK 0 0.84 0.12 0.23
HSL 308.36º 0.73% 0.45% -
HSV(B) 308.36º 0.84% 0.77% -
XYZ 30.8 15.73 40.95 -
YUV 96.52 171.16 198.95 -
System Red Green Blue C M Y K H S L
Decimal 196 31 173 0 0.84 0.12 0.23 308.36 0.73 0.45
Hex C4 1F AD 0 54 C 17 134 49 2D
Octal 304 37 255 0 124 14 27 464 111 55
Binary 11000100 11111 10101101 0 1010100 1100 10111 100110100 1001001 101101

Color Harmonies of #C41FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41FAD

Black with #C41FAD

Text Example


Text Example

White with #C41FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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