Html Css Color HEX #C41B7D Medium Violet Red

📋 copy color: '#C41B7D'

red 196 ◦ green 27 ◦ blue 125

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

Shades of Medium Violet Red #C41B7D

Tints of Medium Violet Red #C41B7D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.76%

 BLUE value IS 125 (49.22% from 255) = 35.92%

R = 56.32%
G = 7.76%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C41B7D (or 0xC41B7D) is known color: Medium Violet Red. HEX triplet: C4, 1B and 7D. RGB value is (196,27,125). Sum of RGB (Red+Green+Blue) = 196+27+125=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41B7D is #3BE482. Grayscale: #585858. Windows color (decimal): -3925123 or 8199108. OLE color: 8199108.

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

Color convert

RGB 196 27 125 -
CMYK 0 0.86 0.36 0.23
HSL 325.21º 0.76% 0.44% -
HSV(B) 325.21º 0.86% 0.77% -
XYZ 26.86 14 20.69 -
YUV 88.7 148.49 204.53 -
System Red Green Blue C M Y K H S L
Decimal 196 27 125 0 0.86 0.36 0.23 325.21 0.76 0.44
Hex C4 1B 7D 0 56 24 17 145 4C 2C
Octal 304 33 175 0 126 44 27 505 114 54
Binary 11000100 11011 1111101 0 1010110 100100 10111 101000101 1001100 101100

Color Harmonies of #C41B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B7D

Black with #C41B7D

Text Example


Text Example

White with #C41B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B7D; }

 p { color: rgb(196,27,125); }

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

background-color css

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

 a { background-color: rgb(196,27,125); }

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

border-color css

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

 span { border-color: rgb(196,27,125); }

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