Html Css Color HEX #C4108B Medium Violet Red

📋 copy color: '#C4108B'

red 196 ◦ green 16 ◦ blue 139

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

Shades of Medium Violet Red #C4108B

Tints of Medium Violet Red #C4108B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.56%

 BLUE value IS 139 (54.69% from 255) = 39.6%

R = 55.84%
G = 4.56%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4108B (or 0xC4108B) is known color: Medium Violet Red. HEX triplet: C4, 10 and 8B. RGB value is (196,16,139). Sum of RGB (Red+Green+Blue) = 196+16+139=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C4108B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4108B is #3BEF74. Grayscale: #535353. Windows color (decimal): -3927925 or 9113796. OLE color: 9113796.

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

Color convert

RGB 196 16 139 -
CMYK 0 0.92 0.29 0.23
HSL 319º 0.85% 0.42% -
HSV(B) 319º 0.92% 0.77% -
XYZ 27.61 13.97 25.67 -
YUV 83.84 159.13 208 -
System Red Green Blue C M Y K H S L
Decimal 196 16 139 0 0.92 0.29 0.23 319 0.85 0.42
Hex C4 10 8B 0 5C 1D 17 13F 55 2A
Octal 304 20 213 0 134 35 27 477 125 52
Binary 11000100 10000 10001011 0 1011100 11101 10111 100111111 1010101 101010

Color Harmonies of #C4108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4108B

Black with #C4108B

Text Example


Text Example

White with #C4108B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4108B; }

 p { color: rgb(196,16,139); }

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

background-color css

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

 a { background-color: rgb(196,16,139); }

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

border-color css

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

 span { border-color: rgb(196,16,139); }

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