Html Css Color HEX #C4208F Medium Violet Red

📋 copy color: '#C4208F'

red 196 ◦ green 32 ◦ blue 143

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

Shades of Medium Violet Red #C4208F

Tints of Medium Violet Red #C4208F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.63%

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

R = 52.83%
G = 8.63%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4208F (or 0xC4208F) is known color: Medium Violet Red. HEX triplet: C4, 20 and 8F. RGB value is (196,32,143). Sum of RGB (Red+Green+Blue) = 196+32+143=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4208F is #3BDF70. Grayscale: #5D5D5D. Windows color (decimal): -3923825 or 9380036. OLE color: 9380036.

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

Color convert

RGB 196 32 143 -
CMYK 0 0.84 0.27 0.23
HSL 319.39º 0.72% 0.45% -
HSV(B) 319.39º 0.84% 0.77% -
XYZ 28.24 14.75 27.35 -
YUV 93.69 155.83 200.97 -
System Red Green Blue C M Y K H S L
Decimal 196 32 143 0 0.84 0.27 0.23 319.39 0.72 0.45
Hex C4 20 8F 0 54 1B 17 13F 48 2D
Octal 304 40 217 0 124 33 27 477 110 55
Binary 11000100 100000 10001111 0 1010100 11011 10111 100111111 1001000 101101

Color Harmonies of #C4208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4208F

Black with #C4208F

Text Example


Text Example

White with #C4208F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4208F; }

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

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

background-color css

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

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

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

border-color css

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

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

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