Html Css Color HEX #C826A5 Medium Violet Red

📋 copy color: '#C826A5'

red 200 ◦ green 38 ◦ blue 165

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

Shades of Medium Violet Red #C826A5

Tints of Medium Violet Red #C826A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.94%

R = 49.63%
G = 9.43%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C826A5 (or 0xC826A5) is known color: Medium Violet Red. HEX triplet: C8, 26 and A5. RGB value is (200,38,165). Sum of RGB (Red+Green+Blue) = 200+38+165=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C826A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C826A5 is #37D95A. Grayscale: #646464. Windows color (decimal): -3660123 or 10823368. OLE color: 10823368.

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

Color convert

RGB 200 38 165 -
CMYK 0 0.81 0.18 0.22
HSL 312.96º 0.68% 0.47% -
HSV(B) 312.96º 0.81% 0.78% -
XYZ 31.3 16.38 37.11 -
YUV 100.92 164.17 198.67 -
System Red Green Blue C M Y K H S L
Decimal 200 38 165 0 0.81 0.18 0.22 312.96 0.68 0.47
Hex C8 26 A5 0 51 12 16 139 44 2F
Octal 310 46 245 0 121 22 26 471 104 57
Binary 11001000 100110 10100101 0 1010001 10010 10110 100111001 1000100 101111

Color Harmonies of #C826A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826A5

Black with #C826A5

Text Example


Text Example

White with #C826A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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