Html Css Color HEX #C619AF Deep Magenta

📋 copy color: '#C619AF'

red 198 ◦ green 25 ◦ blue 175

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

Shades of Deep Magenta #C619AF

Tints of Deep Magenta #C619AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.97%

R = 49.75%
G = 6.28%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C619AF (or 0xC619AF) is known color: Deep Magenta. HEX triplet: C6, 19 and AF. RGB value is (198,25,175). Sum of RGB (Red+Green+Blue) = 198+25+175=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C619AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C619AF is #39E650. Grayscale: #5D5D5D. Windows color (decimal): -3794513 or 11475398. OLE color: 11475398.

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

Color convert

RGB 198 25 175 -
CMYK 0 0.87 0.12 0.22
HSL 307.98º 0.78% 0.44% -
HSV(B) 307.98º 0.87% 0.78% -
XYZ 31.37 15.8 41.95 -
YUV 93.83 173.81 202.3 -
System Red Green Blue C M Y K H S L
Decimal 198 25 175 0 0.87 0.12 0.22 307.98 0.78 0.44
Hex C6 19 AF 0 57 C 16 134 4E 2C
Octal 306 31 257 0 127 14 26 464 116 54
Binary 11000110 11001 10101111 0 1010111 1100 10110 100110100 1001110 101100

Color Harmonies of #C619AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C619AF

Black with #C619AF

Text Example


Text Example

White with #C619AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C619AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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