Html Css Color HEX #C619AD Deep Magenta

📋 copy color: '#C619AD'

red 198 ◦ green 25 ◦ blue 173

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

Shades of Deep Magenta #C619AD

Tints of Deep Magenta #C619AD

RGB

 RED value IS 198 (77.73% from 255) = 50%

 GREEN value IS 25 (10.16% from 255) = 6.31%

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

R = 50%
G = 6.31%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C619AD (or 0xC619AD) is known color: Deep Magenta. HEX triplet: C6, 19 and AD. RGB value is (198,25,173). Sum of RGB (Red+Green+Blue) = 198+25+173=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C619AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C619AD is #39E652. Grayscale: #5D5D5D. Windows color (decimal): -3794515 or 11344326. OLE color: 11344326.

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

Color convert

RGB 198 25 173 -
CMYK 0 0.87 0.13 0.22
HSL 308.67º 0.78% 0.44% -
HSV(B) 308.67º 0.87% 0.78% -
XYZ 31.18 15.72 40.93 -
YUV 93.6 172.81 202.47 -
System Red Green Blue C M Y K H S L
Decimal 198 25 173 0 0.87 0.13 0.22 308.67 0.78 0.44
Hex C6 19 AD 0 57 D 16 135 4E 2C
Octal 306 31 255 0 127 15 26 465 116 54
Binary 11000110 11001 10101101 0 1010111 1101 10110 100110101 1001110 101100

Color Harmonies of #C619AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C619AD

Black with #C619AD

Text Example


Text Example

White with #C619AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C619AD; }

 p { color: rgb(198,25,173); }

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

background-color css

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

 a { background-color: rgb(198,25,173); }

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

border-color css

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

 span { border-color: rgb(198,25,173); }

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