Html Css Color HEX #C604AA Deep Magenta

📋 copy color: '#C604AA'

red 198 ◦ green 4 ◦ blue 170

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

Shades of Deep Magenta #C604AA

Tints of Deep Magenta #C604AA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

 BLUE value IS 170 (66.8% from 255) = 45.7%

R = 53.23%
G = 1.08%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C604AA (or 0xC604AA) is known color: Deep Magenta. HEX triplet: C6, 04 and AA. RGB value is (198,4,170). Sum of RGB (Red+Green+Blue) = 198+4+170=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C604AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C604AA is #39FB55. Grayscale: #505050. Windows color (decimal): -3799894 or 11142342. OLE color: 11142342.

HSL color Cylindrical-coordinate representation of color #C604AA: hue angle of 308.66º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C604AA is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 4 170 -
CMYK 0 0.98 0.14 0.22
HSL 308.66º 0.96% 0.4% -
HSV(B) 308.66º 0.98% 0.78% -
XYZ 30.59 14.99 39.31 -
YUV 80.93 178.27 211.5 -
System Red Green Blue C M Y K H S L
Decimal 198 4 170 0 0.98 0.14 0.22 308.66 0.96 0.4
Hex C6 4 AA 0 62 E 16 135 60 28
Octal 306 4 252 0 142 16 26 465 140 50
Binary 11000110 100 10101010 0 1100010 1110 10110 100110101 1100000 101000

Color Harmonies of #C604AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C604AA

Black with #C604AA

Text Example


Text Example

White with #C604AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C604AA; }

 p { color: rgb(198,4,170); }

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

background-color css

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

 a { background-color: rgb(198,4,170); }

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

border-color css

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

 span { border-color: rgb(198,4,170); }

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