Html Css Color HEX #C601A7 Deep Magenta

📋 copy color: '#C601A7'

red 198 ◦ green 1 ◦ blue 167

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

Shades of Deep Magenta #C601A7

Tints of Deep Magenta #C601A7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 167 (65.63% from 255) = 45.63%

R = 54.1%
G = 0.27%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C601A7 (or 0xC601A7) is known color: Deep Magenta. HEX triplet: C6, 01 and A7. RGB value is (198,1,167). Sum of RGB (Red+Green+Blue) = 198+1+167=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 167 (65.62% from 255 or 45.63% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C601A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C601A7 is #39FE58. Grayscale: #4E4E4E. Windows color (decimal): -3800665 or 10944966. OLE color: 10944966.

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

Color convert

RGB 198 1 167 -
CMYK 0 0.99 0.16 0.22
HSL 309.44º 0.99% 0.39% -
HSV(B) 309.44º 0.99% 0.78% -
XYZ 30.27 14.82 37.82 -
YUV 78.83 177.77 213 -
System Red Green Blue C M Y K H S L
Decimal 198 1 167 0 0.99 0.16 0.22 309.44 0.99 0.39
Hex C6 1 A7 0 63 10 16 135 63 27
Octal 306 1 247 0 143 20 26 465 143 47
Binary 11000110 1 10100111 0 1100011 10000 10110 100110101 1100011 100111

Color Harmonies of #C601A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C601A7

Black with #C601A7

Text Example


Text Example

White with #C601A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C601A7; }

 p { color: rgb(198,1,167); }

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

background-color css

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

 a { background-color: rgb(198,1,167); }

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

border-color css

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

 span { border-color: rgb(198,1,167); }

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