Html Css Color HEX #C824AA Medium Violet Red

📋 copy color: '#C824AA'

red 200 ◦ green 36 ◦ blue 170

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

Shades of Medium Violet Red #C824AA

Tints of Medium Violet Red #C824AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.87%

R = 49.26%
G = 8.87%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C824AA (or 0xC824AA) is known color: Medium Violet Red. HEX triplet: C8, 24 and AA. RGB value is (200,36,170). Sum of RGB (Red+Green+Blue) = 200+36+170=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C824AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C824AA is #37DB55. Grayscale: #636363. Windows color (decimal): -3660630 or 11150536. OLE color: 11150536.

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

Color convert

RGB 200 36 170 -
CMYK 0 0.82 0.15 0.22
HSL 310.98º 0.69% 0.46% -
HSV(B) 310.98º 0.82% 0.78% -
XYZ 31.71 16.44 39.53 -
YUV 100.31 167.33 199.1 -
System Red Green Blue C M Y K H S L
Decimal 200 36 170 0 0.82 0.15 0.22 310.98 0.69 0.46
Hex C8 24 AA 0 52 F 16 137 45 2E
Octal 310 44 252 0 122 17 26 467 105 56
Binary 11001000 100100 10101010 0 1010010 1111 10110 100110111 1000101 101110

Color Harmonies of #C824AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C824AA

Black with #C824AA

Text Example


Text Example

White with #C824AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C824AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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