Html Css Color HEX #C617AE Deep Magenta

📋 copy color: '#C617AE'

red 198 ◦ green 23 ◦ blue 174

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

Shades of Deep Magenta #C617AE

Tints of Deep Magenta #C617AE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.82%

 BLUE value IS 174 (68.36% from 255) = 44.05%

R = 50.13%
G = 5.82%
B = 44.05%

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

#C617AE (or 0xC617AE) is known color: Deep Magenta. HEX triplet: C6, 17 and AE. RGB value is (198,23,174). Sum of RGB (Red+Green+Blue) = 198+23+174=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C617AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C617AE is #39E851. Grayscale: #5C5C5C. Windows color (decimal): -3795026 or 11409350. OLE color: 11409350.

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

Color convert

RGB 198 23 174 -
CMYK 0 0.88 0.12 0.22
HSL 308.23º 0.79% 0.43% -
HSV(B) 308.23º 0.88% 0.78% -
XYZ 31.24 15.67 41.42 -
YUV 92.54 173.98 203.22 -
System Red Green Blue C M Y K H S L
Decimal 198 23 174 0 0.88 0.12 0.22 308.23 0.79 0.43
Hex C6 17 AE 0 58 C 16 134 4F 2B
Octal 306 27 256 0 130 14 26 464 117 53
Binary 11000110 10111 10101110 0 1011000 1100 10110 100110100 1001111 101011

Color Harmonies of #C617AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C617AE

Black with #C617AE

Text Example


Text Example

White with #C617AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C617AE; }

 p { color: rgb(198,23,174); }

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

background-color css

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

 a { background-color: rgb(198,23,174); }

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

border-color css

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

 span { border-color: rgb(198,23,174); }

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