Html Css Color HEX #C600AB Deep Magenta

📋 copy color: '#C600AB'

red 198 ◦ green 0 ◦ blue 171

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

Shades of Deep Magenta #C600AB

Tints of Deep Magenta #C600AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.66%
G = 0%
B = 46.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C600AB (or 0xC600AB) is known color: Deep Magenta. HEX triplet: C6, 00 and AB. RGB value is (198,0,171). Sum of RGB (Red+Green+Blue) = 198+0+171=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C600AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C600AB is #39FF54. Grayscale: #4E4E4E. Windows color (decimal): -3800917 or 11206854. OLE color: 11206854.

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

Color convert

RGB 198 0 171 -
CMYK 0 1 0.14 0.22
HSL 308.18º 1% 0.39% -
HSV(B) 308.18º 1% 0.78% -
XYZ 30.64 14.95 39.8 -
YUV 78.7 180.1 213.1 -
System Red Green Blue C M Y K H S L
Decimal 198 0 171 0 1 0.14 0.22 308.18 1 0.39
Hex C6 0 AB 0 64 E 16 134 64 27
Octal 306 0 253 0 144 16 26 464 144 47
Binary 11000110 0 10101011 0 1100100 1110 10110 100110100 1100100 100111

Color Harmonies of #C600AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C600AB

Black with #C600AB

Text Example


Text Example

White with #C600AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C600AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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