Html Css Color HEX #C824A2 Medium Violet Red

📋 copy color: '#C824A2'

red 200 ◦ green 36 ◦ blue 162

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

Shades of Medium Violet Red #C824A2

Tints of Medium Violet Red #C824A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.7%

R = 50.25%
G = 9.05%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C824A2 (or 0xC824A2) is known color: Medium Violet Red. HEX triplet: C8, 24 and A2. RGB value is (200,36,162). Sum of RGB (Red+Green+Blue) = 200+36+162=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C824A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C824A2 is #37DB5D. Grayscale: #636363. Windows color (decimal): -3660638 or 10626248. OLE color: 10626248.

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

Color convert

RGB 200 36 162 -
CMYK 0 0.82 0.19 0.22
HSL 313.9º 0.69% 0.46% -
HSV(B) 313.9º 0.82% 0.78% -
XYZ 30.97 16.15 35.67 -
YUV 99.4 163.33 199.75 -
System Red Green Blue C M Y K H S L
Decimal 200 36 162 0 0.82 0.19 0.22 313.9 0.69 0.46
Hex C8 24 A2 0 52 13 16 13A 45 2E
Octal 310 44 242 0 122 23 26 472 105 56
Binary 11001000 100100 10100010 0 1010010 10011 10110 100111010 1000101 101110

Color Harmonies of #C824A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C824A2

Black with #C824A2

Text Example


Text Example

White with #C824A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C824A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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