Html Css Color HEX #C605AB Deep Magenta

📋 copy color: '#C605AB'

red 198 ◦ green 5 ◦ blue 171

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

Shades of Deep Magenta #C605AB

Tints of Deep Magenta #C605AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.72%

R = 52.94%
G = 1.34%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C605AB (or 0xC605AB) is known color: Deep Magenta. HEX triplet: C6, 05 and AB. RGB value is (198,5,171). Sum of RGB (Red+Green+Blue) = 198+5+171=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C605AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C605AB is #39FA54. Grayscale: #515151. Windows color (decimal): -3799637 or 11208134. OLE color: 11208134.

HSL color Cylindrical-coordinate representation of color #C605AB: hue angle of 308.39º 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 #C605AB is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 5 171 -
CMYK 0 0.97 0.14 0.22
HSL 308.39º 0.95% 0.4% -
HSV(B) 308.39º 0.97% 0.78% -
XYZ 30.69 15.05 39.82 -
YUV 81.63 178.44 211 -
System Red Green Blue C M Y K H S L
Decimal 198 5 171 0 0.97 0.14 0.22 308.39 0.95 0.4
Hex C6 5 AB 0 61 E 16 134 5F 28
Octal 306 5 253 0 141 16 26 464 137 50
Binary 11000110 101 10101011 0 1100001 1110 10110 100110100 1011111 101000

Color Harmonies of #C605AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C605AB

Black with #C605AB

Text Example


Text Example

White with #C605AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C605AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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