Html Css Color HEX #C615AE Deep Magenta

📋 copy color: '#C615AE'

red 198 ◦ green 21 ◦ blue 174

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

Shades of Deep Magenta #C615AE

Tints of Deep Magenta #C615AE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.34%

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

R = 50.38%
G = 5.34%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C615AE (or 0xC615AE) is known color: Deep Magenta. HEX triplet: C6, 15 and AE. RGB value is (198,21,174). Sum of RGB (Red+Green+Blue) = 198+21+174=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C615AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C615AE is #39EA51. Grayscale: #5A5A5A. Windows color (decimal): -3795538 or 11408838. OLE color: 11408838.

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

Color convert

RGB 198 21 174 -
CMYK 0 0.89 0.12 0.22
HSL 308.14º 0.81% 0.43% -
HSV(B) 308.14º 0.89% 0.78% -
XYZ 31.2 15.6 41.41 -
YUV 91.37 174.64 204.06 -
System Red Green Blue C M Y K H S L
Decimal 198 21 174 0 0.89 0.12 0.22 308.14 0.81 0.43
Hex C6 15 AE 0 59 C 16 134 51 2B
Octal 306 25 256 0 131 14 26 464 121 53
Binary 11000110 10101 10101110 0 1011001 1100 10110 100110100 1010001 101011

Color Harmonies of #C615AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C615AE

Black with #C615AE

Text Example


Text Example

White with #C615AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C615AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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