Html Css Color HEX #C40CA5 Medium Violet Red

📋 copy color: '#C40CA5'

red 196 ◦ green 12 ◦ blue 165

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

Shades of Medium Violet Red #C40CA5

Tints of Medium Violet Red #C40CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.24%

R = 52.55%
G = 3.22%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C40CA5 (or 0xC40CA5) is known color: Medium Violet Red. HEX triplet: C4, 0C and A5. RGB value is (196,12,165). Sum of RGB (Red+Green+Blue) = 196+12+165=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C40CA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40CA5 is #3BF35A. Grayscale: #545454. Windows color (decimal): -3928923 or 10816708. OLE color: 10816708.

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

Color convert

RGB 196 12 165 -
CMYK 0 0.94 0.16 0.23
HSL 310.11º 0.88% 0.41% -
HSV(B) 310.11º 0.94% 0.77% -
XYZ 29.69 14.72 36.87 -
YUV 84.46 173.46 207.56 -
System Red Green Blue C M Y K H S L
Decimal 196 12 165 0 0.94 0.16 0.23 310.11 0.88 0.41
Hex C4 C A5 0 5E 10 17 136 58 29
Octal 304 14 245 0 136 20 27 466 130 51
Binary 11000100 1100 10100101 0 1011110 10000 10111 100110110 1011000 101001

Color Harmonies of #C40CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40CA5

Black with #C40CA5

Text Example


Text Example

White with #C40CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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