Html Css Color HEX #C826A2 Medium Violet Red

📋 copy color: '#C826A2'

red 200 ◦ green 38 ◦ blue 162

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

Shades of Medium Violet Red #C826A2

Tints of Medium Violet Red #C826A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.5%

R = 50%
G = 9.5%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C826A2 (or 0xC826A2) is known color: Medium Violet Red. HEX triplet: C8, 26 and A2. RGB value is (200,38,162). Sum of RGB (Red+Green+Blue) = 200+38+162=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C826A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C826A2 is #37D95D. Grayscale: #646464. Windows color (decimal): -3660126 or 10626760. OLE color: 10626760.

HSL color Cylindrical-coordinate representation of color #C826A2: hue angle of 314.07º 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 #C826A2 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 38 162 -
CMYK 0 0.81 0.19 0.22
HSL 314.07º 0.68% 0.47% -
HSV(B) 314.07º 0.81% 0.78% -
XYZ 31.03 16.27 35.69 -
YUV 100.57 162.67 198.92 -
System Red Green Blue C M Y K H S L
Decimal 200 38 162 0 0.81 0.19 0.22 314.07 0.68 0.47
Hex C8 26 A2 0 51 13 16 13A 44 2F
Octal 310 46 242 0 121 23 26 472 104 57
Binary 11001000 100110 10100010 0 1010001 10011 10110 100111010 1000100 101111

Color Harmonies of #C826A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826A2

Black with #C826A2

Text Example


Text Example

White with #C826A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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