Html Css Color HEX #C4208D Medium Violet Red

📋 copy color: '#C4208D'

red 196 ◦ green 32 ◦ blue 141

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

Shades of Medium Violet Red #C4208D

Tints of Medium Violet Red #C4208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 53.12%
G = 8.67%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4208D (or 0xC4208D) is known color: Medium Violet Red. HEX triplet: C4, 20 and 8D. RGB value is (196,32,141). Sum of RGB (Red+Green+Blue) = 196+32+141=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4208D is #3BDF72. Grayscale: #5D5D5D. Windows color (decimal): -3923827 or 9248964. OLE color: 9248964.

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

Color convert

RGB 196 32 141 -
CMYK 0 0.84 0.28 0.23
HSL 320.12º 0.72% 0.45% -
HSV(B) 320.12º 0.84% 0.77% -
XYZ 28.09 14.69 26.55 -
YUV 93.46 154.83 201.14 -
System Red Green Blue C M Y K H S L
Decimal 196 32 141 0 0.84 0.28 0.23 320.12 0.72 0.45
Hex C4 20 8D 0 54 1C 17 140 48 2D
Octal 304 40 215 0 124 34 27 500 110 55
Binary 11000100 100000 10001101 0 1010100 11100 10111 101000000 1001000 101101

Color Harmonies of #C4208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4208D

Black with #C4208D

Text Example


Text Example

White with #C4208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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