Html Css Color HEX #C605AC Deep Magenta

📋 copy color: '#C605AC'

red 198 ◦ green 5 ◦ blue 172

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

Shades of Deep Magenta #C605AC

Tints of Deep Magenta #C605AC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 52.8%
G = 1.33%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C605AC (or 0xC605AC) is known color: Deep Magenta. HEX triplet: C6, 05 and AC. RGB value is (198,5,172). Sum of RGB (Red+Green+Blue) = 198+5+172=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C605AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C605AC is #39FA53. Grayscale: #515151. Windows color (decimal): -3799636 or 11273670. OLE color: 11273670.

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

Color convert

RGB 198 5 172 -
CMYK 0 0.97 0.13 0.22
HSL 308.08º 0.95% 0.4% -
HSV(B) 308.08º 0.97% 0.78% -
XYZ 30.79 15.09 40.32 -
YUV 81.75 178.94 210.92 -
System Red Green Blue C M Y K H S L
Decimal 198 5 172 0 0.97 0.13 0.22 308.08 0.95 0.4
Hex C6 5 AC 0 61 D 16 134 5F 28
Octal 306 5 254 0 141 15 26 464 137 50
Binary 11000110 101 10101100 0 1100001 1101 10110 100110100 1011111 101000

Color Harmonies of #C605AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C605AC

Black with #C605AC

Text Example


Text Example

White with #C605AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C605AC; }

 p { color: rgb(198,5,172); }

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

background-color css

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

 a { background-color: rgb(198,5,172); }

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

border-color css

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

 span { border-color: rgb(198,5,172); }

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