Html Css Color HEX #C40F7B Medium Violet Red

📋 copy color: '#C40F7B'

red 196 ◦ green 15 ◦ blue 123

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

Shades of Medium Violet Red #C40F7B

Tints of Medium Violet Red #C40F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.83%

R = 58.68%
G = 4.49%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C40F7B (or 0xC40F7B) is known color: Medium Violet Red. HEX triplet: C4, 0F and 7B. RGB value is (196,15,123). Sum of RGB (Red+Green+Blue) = 196+15+123=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40F7B is #3BF084. Grayscale: #515151. Windows color (decimal): -3928197 or 8064964. OLE color: 8064964.

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

Color convert

RGB 196 15 123 -
CMYK 0 0.92 0.37 0.23
HSL 324.2º 0.86% 0.41% -
HSV(B) 324.2º 0.92% 0.77% -
XYZ 26.51 13.51 19.95 -
YUV 81.43 151.47 209.72 -
System Red Green Blue C M Y K H S L
Decimal 196 15 123 0 0.92 0.37 0.23 324.2 0.86 0.41
Hex C4 F 7B 0 5C 25 17 144 56 29
Octal 304 17 173 0 134 45 27 504 126 51
Binary 11000100 1111 1111011 0 1011100 100101 10111 101000100 1010110 101001

Color Harmonies of #C40F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40F7B

Black with #C40F7B

Text Example


Text Example

White with #C40F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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