Html Css Color HEX #C816AA Medium Violet Red

📋 copy color: '#C816AA'

red 200 ◦ green 22 ◦ blue 170

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

Shades of Medium Violet Red #C816AA

Tints of Medium Violet Red #C816AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.61%

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

R = 51.02%
G = 5.61%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C816AA (or 0xC816AA) is known color: Medium Violet Red. HEX triplet: C8, 16 and AA. RGB value is (200,22,170). Sum of RGB (Red+Green+Blue) = 200+22+170=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C816AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C816AA is #37E955. Grayscale: #5B5B5B. Windows color (decimal): -3664214 or 11146952. OLE color: 11146952.

HSL color Cylindrical-coordinate representation of color #C816AA: hue angle of 310.11º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C816AA is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 22 170 -
CMYK 0 0.89 0.15 0.22
HSL 310.11º 0.8% 0.44% -
HSV(B) 310.11º 0.89% 0.78% -
XYZ 31.36 15.76 39.42 -
YUV 92.09 171.97 204.97 -
System Red Green Blue C M Y K H S L
Decimal 200 22 170 0 0.89 0.15 0.22 310.11 0.8 0.44
Hex C8 16 AA 0 59 F 16 136 50 2C
Octal 310 26 252 0 131 17 26 466 120 54
Binary 11001000 10110 10101010 0 1011001 1111 10110 100110110 1010000 101100

Color Harmonies of #C816AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C816AA

Black with #C816AA

Text Example


Text Example

White with #C816AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C816AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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