Html Css Color HEX #C614AE Deep Magenta

📋 copy color: '#C614AE'

red 198 ◦ green 20 ◦ blue 174

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

Shades of Deep Magenta #C614AE

Tints of Deep Magenta #C614AE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.1%

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

R = 50.51%
G = 5.1%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C614AE (or 0xC614AE) is known color: Deep Magenta. HEX triplet: C6, 14 and AE. RGB value is (198,20,174). Sum of RGB (Red+Green+Blue) = 198+20+174=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C614AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C614AE is #39EB51. Grayscale: #5A5A5A. Windows color (decimal): -3795794 or 11408582. OLE color: 11408582.

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

Color convert

RGB 198 20 174 -
CMYK 0 0.90 0.12 0.22
HSL 308.09º 0.82% 0.43% -
HSV(B) 308.09º 0.9% 0.78% -
XYZ 31.18 15.56 41.4 -
YUV 90.78 174.97 204.48 -
System Red Green Blue C M Y K H S L
Decimal 198 20 174 0 0.90 0.12 0.22 308.09 0.82 0.43
Hex C6 14 AE 0 5A C 16 134 52 2B
Octal 306 24 256 0 132 14 26 464 122 53
Binary 11000110 10100 10101110 0 1011010 1100 10110 100110100 1010010 101011

Color Harmonies of #C614AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C614AE

Black with #C614AE

Text Example


Text Example

White with #C614AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C614AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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