Html Css Color HEX #C40F6B Medium Violet Red

📋 copy color: '#C40F6B'

red 196 ◦ green 15 ◦ blue 107

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

Shades of Medium Violet Red #C40F6B

Tints of Medium Violet Red #C40F6B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.72%

 BLUE value IS 107 (42.19% from 255) = 33.65%

R = 61.64%
G = 4.72%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C40F6B (or 0xC40F6B) is known color: Medium Violet Red. HEX triplet: C4, 0F and 6B. RGB value is (196,15,107). Sum of RGB (Red+Green+Blue) = 196+15+107=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40F6B is #3BF094. Grayscale: #4F4F4F. Windows color (decimal): -3928213 or 7016388. OLE color: 7016388.

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

Color convert

RGB 196 15 107 -
CMYK 0 0.92 0.45 0.23
HSL 329.5º 0.86% 0.41% -
HSV(B) 329.5º 0.92% 0.77% -
XYZ 25.59 13.14 15.1 -
YUV 79.61 143.47 211.02 -
System Red Green Blue C M Y K H S L
Decimal 196 15 107 0 0.92 0.45 0.23 329.5 0.86 0.41
Hex C4 F 6B 0 5C 2D 17 14A 56 29
Octal 304 17 153 0 134 55 27 512 126 51
Binary 11000100 1111 1101011 0 1011100 101101 10111 101001010 1010110 101001

Color Harmonies of #C40F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40F6B

Black with #C40F6B

Text Example


Text Example

White with #C40F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40F6B; }

 p { color: rgb(196,15,107); }

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

background-color css

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

 a { background-color: rgb(196,15,107); }

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

border-color css

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

 span { border-color: rgb(196,15,107); }

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