Html Css Color HEX #C4218F Medium Violet Red

📋 copy color: '#C4218F'

red 196 ◦ green 33 ◦ blue 143

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

Shades of Medium Violet Red #C4218F

Tints of Medium Violet Red #C4218F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.87%

 BLUE value IS 143 (56.25% from 255) = 38.44%

R = 52.69%
G = 8.87%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4218F (or 0xC4218F) is known color: Medium Violet Red. HEX triplet: C4, 21 and 8F. RGB value is (196,33,143). Sum of RGB (Red+Green+Blue) = 196+33+143=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4218F is #3BDE70. Grayscale: #5E5E5E. Windows color (decimal): -3923569 or 9380292. OLE color: 9380292.

HSL color Cylindrical-coordinate representation of color #C4218F: hue angle of 319.51º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4218F is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 33 143 -
CMYK 0 0.83 0.27 0.23
HSL 319.51º 0.71% 0.45% -
HSV(B) 319.51º 0.83% 0.77% -
XYZ 28.27 14.81 27.35 -
YUV 94.28 155.5 200.56 -
System Red Green Blue C M Y K H S L
Decimal 196 33 143 0 0.83 0.27 0.23 319.51 0.71 0.45
Hex C4 21 8F 0 53 1B 17 140 47 2D
Octal 304 41 217 0 123 33 27 500 107 55
Binary 11000100 100001 10001111 0 1010011 11011 10111 101000000 1000111 101101

Color Harmonies of #C4218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4218F

Black with #C4218F

Text Example


Text Example

White with #C4218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4218F; }

 p { color: rgb(196,33,143); }

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

background-color css

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

 a { background-color: rgb(196,33,143); }

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

border-color css

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

 span { border-color: rgb(196,33,143); }

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