Html Css Color HEX #C826A6 Medium Violet Red

📋 copy color: '#C826A6'

red 200 ◦ green 38 ◦ blue 166

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

Shades of Medium Violet Red #C826A6

Tints of Medium Violet Red #C826A6

RGB

 RED value IS 200 (78.52% from 255) = 49.5%

 GREEN value IS 38 (15.23% from 255) = 9.41%

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

R = 49.5%
G = 9.41%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C826A6 (or 0xC826A6) is known color: Medium Violet Red. HEX triplet: C8, 26 and A6. RGB value is (200,38,166). Sum of RGB (Red+Green+Blue) = 200+38+166=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C826A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C826A6 is #37D959. Grayscale: #646464. Windows color (decimal): -3660122 or 10888904. OLE color: 10888904.

HSL color Cylindrical-coordinate representation of color #C826A6: hue angle of 312.59º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C826A6 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 38 166 -
CMYK 0 0.81 0.17 0.22
HSL 312.59º 0.68% 0.47% -
HSV(B) 312.59º 0.81% 0.78% -
XYZ 31.4 16.42 37.59 -
YUV 101.03 164.67 198.59 -
System Red Green Blue C M Y K H S L
Decimal 200 38 166 0 0.81 0.17 0.22 312.59 0.68 0.47
Hex C8 26 A6 0 51 11 16 139 44 2F
Octal 310 46 246 0 121 21 26 471 104 57
Binary 11001000 100110 10100110 0 1010001 10001 10110 100111001 1000100 101111

Color Harmonies of #C826A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826A6

Black with #C826A6

Text Example


Text Example

White with #C826A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826A6; }

 p { color: rgb(200,38,166); }

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

background-color css

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

 a { background-color: rgb(200,38,166); }

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

border-color css

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

 span { border-color: rgb(200,38,166); }

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