Html Css Color HEX #C41C98 Medium Violet Red

📋 copy color: '#C41C98'

red 196 ◦ green 28 ◦ blue 152

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

Shades of Medium Violet Red #C41C98

Tints of Medium Violet Red #C41C98

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.45%

 BLUE value IS 152 (59.77% from 255) = 40.43%

R = 52.13%
G = 7.45%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C41C98 (or 0xC41C98) is known color: Medium Violet Red. HEX triplet: C4, 1C and 98. RGB value is (196,28,152). Sum of RGB (Red+Green+Blue) = 196+28+152=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41C98 is #3BE367. Grayscale: #5C5C5C. Windows color (decimal): -3924840 or 9968836. OLE color: 9968836.

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

Color convert

RGB 196 28 152 -
CMYK 0 0.86 0.22 0.23
HSL 315.71º 0.75% 0.44% -
HSV(B) 315.71º 0.86% 0.77% -
XYZ 28.85 14.83 31.05 -
YUV 92.37 161.66 201.92 -
System Red Green Blue C M Y K H S L
Decimal 196 28 152 0 0.86 0.22 0.23 315.71 0.75 0.44
Hex C4 1C 98 0 56 16 17 13C 4B 2C
Octal 304 34 230 0 126 26 27 474 113 54
Binary 11000100 11100 10011000 0 1010110 10110 10111 100111100 1001011 101100

Color Harmonies of #C41C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C98

Black with #C41C98

Text Example


Text Example

White with #C41C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C98; }

 p { color: rgb(196,28,152); }

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

background-color css

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

 a { background-color: rgb(196,28,152); }

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

border-color css

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

 span { border-color: rgb(196,28,152); }

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