Html Css Color HEX #C4206B Medium Violet Red

📋 copy color: '#C4206B'

red 196 ◦ green 32 ◦ blue 107

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

Shades of Medium Violet Red #C4206B

Tints of Medium Violet Red #C4206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 58.51%
G = 9.55%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4206B (or 0xC4206B) is known color: Medium Violet Red. HEX triplet: C4, 20 and 6B. RGB value is (196,32,107). Sum of RGB (Red+Green+Blue) = 196+32+107=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C4206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4206B is #3BDF94. Grayscale: #595959. Windows color (decimal): -3923861 or 7020740. OLE color: 7020740.

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

Color convert

RGB 196 32 107 -
CMYK 0 0.84 0.45 0.23
HSL 332.56º 0.72% 0.45% -
HSV(B) 332.56º 0.84% 0.77% -
XYZ 25.94 13.83 15.21 -
YUV 89.59 137.83 203.9 -
System Red Green Blue C M Y K H S L
Decimal 196 32 107 0 0.84 0.45 0.23 332.56 0.72 0.45
Hex C4 20 6B 0 54 2D 17 14D 48 2D
Octal 304 40 153 0 124 55 27 515 110 55
Binary 11000100 100000 1101011 0 1010100 101101 10111 101001101 1001000 101101

Color Harmonies of #C4206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4206B

Black with #C4206B

Text Example


Text Example

White with #C4206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4206B; }

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

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

background-color css

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

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

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

border-color css

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

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

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