Html Css Color HEX #C206A6 Medium Violet Red

📋 copy color: '#C206A6'

red 194 ◦ green 6 ◦ blue 166

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

Shades of Medium Violet Red #C206A6

Tints of Medium Violet Red #C206A6

RGB

 RED value IS 194 (76.17% from 255) = 53.01%

 GREEN value IS 6 (2.73% from 255) = 1.64%

 BLUE value IS 166 (65.23% from 255) = 45.36%

R = 53.01%
G = 1.64%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C206A6 (or 0xC206A6) is known color: Medium Violet Red. HEX triplet: C2, 06 and A6. RGB value is (194,6,166). Sum of RGB (Red+Green+Blue) = 194+6+166=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 166 (65.23% from 255 or 45.36% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C206A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C206A6 is #3DF959. Grayscale: #505050. Windows color (decimal): -4061530 or 10880706. OLE color: 10880706.

HSL color Cylindrical-coordinate representation of color #C206A6: hue angle of 308.94º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C206A6 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 6 166 -
CMYK 0 0.97 0.14 0.24
HSL 308.94º 0.94% 0.39% -
HSV(B) 308.94º 0.97% 0.76% -
XYZ 29.2 14.35 37.31 -
YUV 80.45 176.28 208.99 -
System Red Green Blue C M Y K H S L
Decimal 194 6 166 0 0.97 0.14 0.24 308.94 0.94 0.39
Hex C2 6 A6 0 61 E 18 135 5E 27
Octal 302 6 246 0 141 16 30 465 136 47
Binary 11000010 110 10100110 0 1100001 1110 11000 100110101 1011110 100111

Color Harmonies of #C206A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206A6

Black with #C206A6

Text Example


Text Example

White with #C206A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206A6; }

 p { color: rgb(194,6,166); }

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

background-color css

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

 a { background-color: rgb(194,6,166); }

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

border-color css

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

 span { border-color: rgb(194,6,166); }

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