Html Css Color HEX #C4019D Medium Violet Red

📋 copy color: '#C4019D'

red 196 ◦ green 1 ◦ blue 157

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

Shades of Medium Violet Red #C4019D

Tints of Medium Violet Red #C4019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 157 (61.72% from 255) = 44.35%

R = 55.37%
G = 0.28%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C4019D (or 0xC4019D) is known color: Medium Violet Red. HEX triplet: C4, 01 and 9D. RGB value is (196,1,157). Sum of RGB (Red+Green+Blue) = 196+1+157=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C4019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4019D is #3BFE62. Grayscale: #4C4C4C. Windows color (decimal): -3931747 or 10289604. OLE color: 10289604.

HSL color Cylindrical-coordinate representation of color #C4019D: hue angle of 312º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4019D is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 1 157 -
CMYK 0 0.99 0.20 0.23
HSL 312º 0.99% 0.39% -
HSV(B) 312º 0.99% 0.77% -
XYZ 28.86 14.19 33.12 -
YUV 77.09 173.1 212.82 -
System Red Green Blue C M Y K H S L
Decimal 196 1 157 0 0.99 0.20 0.23 312 0.99 0.39
Hex C4 1 9D 0 63 14 17 138 63 27
Octal 304 1 235 0 143 24 27 470 143 47
Binary 11000100 1 10011101 0 1100011 10100 10111 100111000 1100011 100111

Color Harmonies of #C4019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4019D

Black with #C4019D

Text Example


Text Example

White with #C4019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4019D; }

 p { color: rgb(196,1,157); }

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

background-color css

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

 a { background-color: rgb(196,1,157); }

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

border-color css

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

 span { border-color: rgb(196,1,157); }

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