Html Css Color HEX #C61DAE Deep Magenta

📋 copy color: '#C61DAE'

red 198 ◦ green 29 ◦ blue 174

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

Shades of Deep Magenta #C61DAE

Tints of Deep Magenta #C61DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.23%

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

R = 49.38%
G = 7.23%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C61DAE (or 0xC61DAE) is known color: Deep Magenta. HEX triplet: C6, 1D and AE. RGB value is (198,29,174). Sum of RGB (Red+Green+Blue) = 198+29+174=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C61DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61DAE is #39E251. Grayscale: #5F5F5F. Windows color (decimal): -3793490 or 11410886. OLE color: 11410886.

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

Color convert

RGB 198 29 174 -
CMYK 0 0.85 0.12 0.22
HSL 308.52º 0.74% 0.45% -
HSV(B) 308.52º 0.85% 0.78% -
XYZ 31.37 15.94 41.47 -
YUV 96.06 171.99 200.71 -
System Red Green Blue C M Y K H S L
Decimal 198 29 174 0 0.85 0.12 0.22 308.52 0.74 0.45
Hex C6 1D AE 0 55 C 16 135 4A 2D
Octal 306 35 256 0 125 14 26 465 112 55
Binary 11000110 11101 10101110 0 1010101 1100 10110 100110101 1001010 101101

Color Harmonies of #C61DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61DAE

Black with #C61DAE

Text Example


Text Example

White with #C61DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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