Html Css Color HEX #C826AD Medium Violet Red

📋 copy color: '#C826AD'

red 200 ◦ green 38 ◦ blue 173

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

Shades of Medium Violet Red #C826AD

Tints of Medium Violet Red #C826AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 48.66%
G = 9.25%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C826AD (or 0xC826AD) is known color: Medium Violet Red. HEX triplet: C8, 26 and AD. RGB value is (200,38,173). Sum of RGB (Red+Green+Blue) = 200+38+173=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C826AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C826AD is #37D952. Grayscale: #656565. Windows color (decimal): -3660115 or 11347656. OLE color: 11347656.

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

Color convert

RGB 200 38 173 -
CMYK 0 0.81 0.14 0.22
HSL 310º 0.68% 0.47% -
HSV(B) 310º 0.81% 0.78% -
XYZ 32.06 16.68 41.07 -
YUV 101.83 168.17 198.02 -
System Red Green Blue C M Y K H S L
Decimal 200 38 173 0 0.81 0.14 0.22 310 0.68 0.47
Hex C8 26 AD 0 51 E 16 136 44 2F
Octal 310 46 255 0 121 16 26 466 104 57
Binary 11001000 100110 10101101 0 1010001 1110 10110 100110110 1000100 101111

Color Harmonies of #C826AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826AD

Black with #C826AD

Text Example


Text Example

White with #C826AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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