Html Css Color HEX #C618AF Deep Magenta

📋 copy color: '#C618AF'

red 198 ◦ green 24 ◦ blue 175

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

Shades of Deep Magenta #C618AF

Tints of Deep Magenta #C618AF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.05%

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

R = 49.87%
G = 6.05%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C618AF (or 0xC618AF) is known color: Deep Magenta. HEX triplet: C6, 18 and AF. RGB value is (198,24,175). Sum of RGB (Red+Green+Blue) = 198+24+175=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C618AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C618AF is #39E750. Grayscale: #5C5C5C. Windows color (decimal): -3794769 or 11475142. OLE color: 11475142.

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

Color convert

RGB 198 24 175 -
CMYK 0 0.88 0.12 0.22
HSL 307.93º 0.78% 0.44% -
HSV(B) 307.93º 0.88% 0.78% -
XYZ 31.35 15.75 41.95 -
YUV 93.24 174.15 202.72 -
System Red Green Blue C M Y K H S L
Decimal 198 24 175 0 0.88 0.12 0.22 307.93 0.78 0.44
Hex C6 18 AF 0 58 C 16 134 4E 2C
Octal 306 30 257 0 130 14 26 464 116 54
Binary 11000110 11000 10101111 0 1011000 1100 10110 100110100 1001110 101100

Color Harmonies of #C618AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C618AF

Black with #C618AF

Text Example


Text Example

White with #C618AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C618AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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