Html Css Color HEX #C41BA7 Medium Violet Red

📋 copy color: '#C41BA7'

red 196 ◦ green 27 ◦ blue 167

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

Shades of Medium Violet Red #C41BA7

Tints of Medium Violet Red #C41BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.82%

R = 50.26%
G = 6.92%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C41BA7 (or 0xC41BA7) is known color: Medium Violet Red. HEX triplet: C4, 1B and A7. RGB value is (196,27,167). Sum of RGB (Red+Green+Blue) = 196+27+167=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C41BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41BA7 is #3BE458. Grayscale: #5D5D5D. Windows color (decimal): -3925081 or 10951620. OLE color: 10951620.

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

Color convert

RGB 196 27 167 -
CMYK 0 0.86 0.15 0.23
HSL 310.3º 0.76% 0.44% -
HSV(B) 310.3º 0.86% 0.77% -
XYZ 30.13 15.31 37.93 -
YUV 93.49 169.49 201.12 -
System Red Green Blue C M Y K H S L
Decimal 196 27 167 0 0.86 0.15 0.23 310.3 0.76 0.44
Hex C4 1B A7 0 56 F 17 136 4C 2C
Octal 304 33 247 0 126 17 27 466 114 54
Binary 11000100 11011 10100111 0 1010110 1111 10111 100110110 1001100 101100

Color Harmonies of #C41BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BA7

Black with #C41BA7

Text Example


Text Example

White with #C41BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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