Html Css Color HEX #C4208C Medium Violet Red

📋 copy color: '#C4208C'

red 196 ◦ green 32 ◦ blue 140

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

Shades of Medium Violet Red #C4208C

Tints of Medium Violet Red #C4208C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 53.26%
G = 8.7%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4208C (or 0xC4208C) is known color: Medium Violet Red. HEX triplet: C4, 20 and 8C. RGB value is (196,32,140). Sum of RGB (Red+Green+Blue) = 196+32+140=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C4208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4208C is #3BDF73. Grayscale: #5D5D5D. Windows color (decimal): -3923828 or 9183428. OLE color: 9183428.

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

Color convert

RGB 196 32 140 -
CMYK 0 0.84 0.29 0.23
HSL 320.49º 0.72% 0.45% -
HSV(B) 320.49º 0.84% 0.77% -
XYZ 28.02 14.66 26.16 -
YUV 93.35 154.33 201.22 -
System Red Green Blue C M Y K H S L
Decimal 196 32 140 0 0.84 0.29 0.23 320.49 0.72 0.45
Hex C4 20 8C 0 54 1D 17 140 48 2D
Octal 304 40 214 0 124 35 27 500 110 55
Binary 11000100 100000 10001100 0 1010100 11101 10111 101000000 1001000 101101

Color Harmonies of #C4208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4208C

Black with #C4208C

Text Example


Text Example

White with #C4208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4208C; }

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

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

background-color css

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

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

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

border-color css

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

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

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