Html Css Color HEX #C827A8 Medium Violet Red

📋 copy color: '#C827A8'

red 200 ◦ green 39 ◦ blue 168

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

Shades of Medium Violet Red #C827A8

Tints of Medium Violet Red #C827A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.28%

R = 49.14%
G = 9.58%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C827A8 (or 0xC827A8) is known color: Medium Violet Red. HEX triplet: C8, 27 and A8. RGB value is (200,39,168). Sum of RGB (Red+Green+Blue) = 200+39+168=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C827A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C827A8 is #37D857. Grayscale: #656565. Windows color (decimal): -3659864 or 11020232. OLE color: 11020232.

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

Color convert

RGB 200 39 168 -
CMYK 0 0.80 0.16 0.22
HSL 311.93º 0.67% 0.47% -
HSV(B) 311.93º 0.81% 0.78% -
XYZ 31.61 16.56 38.58 -
YUV 101.85 165.34 198.01 -
System Red Green Blue C M Y K H S L
Decimal 200 39 168 0 0.80 0.16 0.22 311.93 0.67 0.47
Hex C8 27 A8 0 50 10 16 138 43 2F
Octal 310 47 250 0 120 20 26 470 103 57
Binary 11001000 100111 10101000 0 1010000 10000 10110 100111000 1000011 101111

Color Harmonies of #C827A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C827A8

Black with #C827A8

Text Example


Text Example

White with #C827A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C827A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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