Html Css Color HEX #C827AD Medium Violet Red

📋 copy color: '#C827AD'

red 200 ◦ green 39 ◦ blue 173

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

Shades of Medium Violet Red #C827AD

Tints of Medium Violet Red #C827AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.47%

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

R = 48.54%
G = 9.47%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C827AD (or 0xC827AD) is known color: Medium Violet Red. HEX triplet: C8, 27 and AD. RGB value is (200,39,173). Sum of RGB (Red+Green+Blue) = 200+39+173=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 39 (15.62% from 255 or 9.47% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C827AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C827AD is #37D852. Grayscale: #666666. Windows color (decimal): -3659859 or 11347912. OLE color: 11347912.

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

Color convert

RGB 200 39 173 -
CMYK 0 0.80 0.14 0.22
HSL 310.06º 0.67% 0.47% -
HSV(B) 310.06º 0.81% 0.78% -
XYZ 32.09 16.75 41.08 -
YUV 102.42 167.84 197.6 -
System Red Green Blue C M Y K H S L
Decimal 200 39 173 0 0.80 0.14 0.22 310.06 0.67 0.47
Hex C8 27 AD 0 50 E 16 136 43 2F
Octal 310 47 255 0 120 16 26 466 103 57
Binary 11001000 100111 10101101 0 1010000 1110 10110 100110110 1000011 101111

Color Harmonies of #C827AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C827AD

Black with #C827AD

Text Example


Text Example

White with #C827AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C827AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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