Html Css Color HEX #C619AC Deep Magenta

📋 copy color: '#C619AC'

red 198 ◦ green 25 ◦ blue 172

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

Shades of Deep Magenta #C619AC

Tints of Deep Magenta #C619AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 50.13%
G = 6.33%
B = 43.54%

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

#C619AC (or 0xC619AC) is known color: Deep Magenta. HEX triplet: C6, 19 and AC. RGB value is (198,25,172). Sum of RGB (Red+Green+Blue) = 198+25+172=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C619AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C619AC is #39E653. Grayscale: #5D5D5D. Windows color (decimal): -3794516 or 11278790. OLE color: 11278790.

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

Color convert

RGB 198 25 172 -
CMYK 0 0.87 0.13 0.22
HSL 309.02º 0.78% 0.44% -
HSV(B) 309.02º 0.87% 0.78% -
XYZ 31.08 15.68 40.42 -
YUV 93.49 172.31 202.55 -
System Red Green Blue C M Y K H S L
Decimal 198 25 172 0 0.87 0.13 0.22 309.02 0.78 0.44
Hex C6 19 AC 0 57 D 16 135 4E 2C
Octal 306 31 254 0 127 15 26 465 116 54
Binary 11000110 11001 10101100 0 1010111 1101 10110 100110101 1001110 101100

Color Harmonies of #C619AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C619AC

Black with #C619AC

Text Example


Text Example

White with #C619AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C619AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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