Html Css Color HEX #C824AD Medium Violet Red

📋 copy color: '#C824AD'

red 200 ◦ green 36 ◦ blue 173

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

Shades of Medium Violet Red #C824AD

Tints of Medium Violet Red #C824AD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.8%

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

R = 48.9%
G = 8.8%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C824AD (or 0xC824AD) is known color: Medium Violet Red. HEX triplet: C8, 24 and AD. RGB value is (200,36,173). Sum of RGB (Red+Green+Blue) = 200+36+173=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C824AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C824AD is #37DB52. Grayscale: #646464. Windows color (decimal): -3660627 or 11347144. OLE color: 11347144.

HSL color Cylindrical-coordinate representation of color #C824AD: hue angle of 309.88º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C824AD is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 36 173 -
CMYK 0 0.82 0.14 0.22
HSL 309.88º 0.69% 0.46% -
HSV(B) 309.88º 0.82% 0.78% -
XYZ 31.99 16.56 41.05 -
YUV 100.65 168.83 198.86 -
System Red Green Blue C M Y K H S L
Decimal 200 36 173 0 0.82 0.14 0.22 309.88 0.69 0.46
Hex C8 24 AD 0 52 E 16 136 45 2E
Octal 310 44 255 0 122 16 26 466 105 56
Binary 11001000 100100 10101101 0 1010010 1110 10110 100110110 1000101 101110

Color Harmonies of #C824AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C824AD

Black with #C824AD

Text Example


Text Example

White with #C824AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C824AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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