Html Css Color HEX #C4208B Medium Violet Red

📋 copy color: '#C4208B'

red 196 ◦ green 32 ◦ blue 139

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

Shades of Medium Violet Red #C4208B

Tints of Medium Violet Red #C4208B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.87%

R = 53.41%
G = 8.72%
B = 37.87%

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

#C4208B (or 0xC4208B) is known color: Medium Violet Red. HEX triplet: C4, 20 and 8B. RGB value is (196,32,139). Sum of RGB (Red+Green+Blue) = 196+32+139=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C4208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4208B is #3BDF74. Grayscale: #5C5C5C. Windows color (decimal): -3923829 or 9117892. OLE color: 9117892.

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

Color convert

RGB 196 32 139 -
CMYK 0 0.84 0.29 0.23
HSL 320.85º 0.72% 0.45% -
HSV(B) 320.85º 0.84% 0.77% -
XYZ 27.94 14.63 25.78 -
YUV 93.23 153.83 201.3 -
System Red Green Blue C M Y K H S L
Decimal 196 32 139 0 0.84 0.29 0.23 320.85 0.72 0.45
Hex C4 20 8B 0 54 1D 17 141 48 2D
Octal 304 40 213 0 124 35 27 501 110 55
Binary 11000100 100000 10001011 0 1010100 11101 10111 101000001 1001000 101101

Color Harmonies of #C4208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4208B

Black with #C4208B

Text Example


Text Example

White with #C4208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4208B; }

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

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

background-color css

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

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

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

border-color css

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

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

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