Html Css Color HEX #C40C9A Medium Violet Red

📋 copy color: '#C40C9A'

red 196 ◦ green 12 ◦ blue 154

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

Shades of Medium Violet Red #C40C9A

Tints of Medium Violet Red #C40C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.54%

R = 54.14%
G = 3.31%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C40C9A (or 0xC40C9A) is known color: Medium Violet Red. HEX triplet: C4, 0C and 9A. RGB value is (196,12,154). Sum of RGB (Red+Green+Blue) = 196+12+154=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40C9A is #3BF365. Grayscale: #525252. Windows color (decimal): -3928934 or 10095812. OLE color: 10095812.

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

Color convert

RGB 196 12 154 -
CMYK 0 0.94 0.21 0.23
HSL 313.7º 0.88% 0.41% -
HSV(B) 313.7º 0.94% 0.77% -
XYZ 28.73 14.33 31.82 -
YUV 83.2 167.96 208.45 -
System Red Green Blue C M Y K H S L
Decimal 196 12 154 0 0.94 0.21 0.23 313.7 0.88 0.41
Hex C4 C 9A 0 5E 15 17 13A 58 29
Octal 304 14 232 0 136 25 27 472 130 51
Binary 11000100 1100 10011010 0 1011110 10101 10111 100111010 1011000 101001

Color Harmonies of #C40C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40C9A

Black with #C40C9A

Text Example


Text Example

White with #C40C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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