Html Css Color HEX #C40C94 Medium Violet Red

📋 copy color: '#C40C94'

red 196 ◦ green 12 ◦ blue 148

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

Shades of Medium Violet Red #C40C94

Tints of Medium Violet Red #C40C94

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.37%

 BLUE value IS 148 (58.2% from 255) = 41.57%

R = 55.06%
G = 3.37%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C40C94 (or 0xC40C94) is known color: Medium Violet Red. HEX triplet: C4, 0C and 94. RGB value is (196,12,148). Sum of RGB (Red+Green+Blue) = 196+12+148=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40C94 is #3BF36B. Grayscale: #525252. Windows color (decimal): -3928940 or 9702596. OLE color: 9702596.

HSL color Cylindrical-coordinate representation of color #C40C94: hue angle of 315.65º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C94 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 12 148 -
CMYK 0 0.94 0.24 0.23
HSL 315.65º 0.88% 0.41% -
HSV(B) 315.65º 0.94% 0.77% -
XYZ 28.24 14.14 29.26 -
YUV 82.52 164.96 208.94 -
System Red Green Blue C M Y K H S L
Decimal 196 12 148 0 0.94 0.24 0.23 315.65 0.88 0.41
Hex C4 C 94 0 5E 18 17 13C 58 29
Octal 304 14 224 0 136 30 27 474 130 51
Binary 11000100 1100 10010100 0 1011110 11000 10111 100111100 1011000 101001

Color Harmonies of #C40C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40C94

Black with #C40C94

Text Example


Text Example

White with #C40C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40C94; }

 p { color: rgb(196,12,148); }

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

background-color css

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

 a { background-color: rgb(196,12,148); }

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

border-color css

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

 span { border-color: rgb(196,12,148); }

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