Html Css Color HEX #C4208E Medium Violet Red

📋 copy color: '#C4208E'

red 196 ◦ green 32 ◦ blue 142

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

Shades of Medium Violet Red #C4208E

Tints of Medium Violet Red #C4208E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.38%

R = 52.97%
G = 8.65%
B = 38.38%

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

#C4208E (or 0xC4208E) is known color: Medium Violet Red. HEX triplet: C4, 20 and 8E. RGB value is (196,32,142). Sum of RGB (Red+Green+Blue) = 196+32+142=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4208E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4208E is #3BDF71. Grayscale: #5D5D5D. Windows color (decimal): -3923826 or 9314500. OLE color: 9314500.

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

Color convert

RGB 196 32 142 -
CMYK 0 0.84 0.28 0.23
HSL 319.76º 0.72% 0.45% -
HSV(B) 319.76º 0.84% 0.77% -
XYZ 28.16 14.72 26.95 -
YUV 93.58 155.33 201.06 -
System Red Green Blue C M Y K H S L
Decimal 196 32 142 0 0.84 0.28 0.23 319.76 0.72 0.45
Hex C4 20 8E 0 54 1C 17 140 48 2D
Octal 304 40 216 0 124 34 27 500 110 55
Binary 11000100 100000 10001110 0 1010100 11100 10111 101000000 1001000 101101

Color Harmonies of #C4208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4208E

Black with #C4208E

Text Example


Text Example

White with #C4208E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4208E; }

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

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

background-color css

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

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

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

border-color css

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

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

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