Html Css Color HEX #C601AF Deep Magenta

📋 copy color: '#C601AF'

red 198 ◦ green 1 ◦ blue 175

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

Shades of Deep Magenta #C601AF

Tints of Deep Magenta #C601AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.79%

R = 52.94%
G = 0.27%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C601AF (or 0xC601AF) is known color: Deep Magenta. HEX triplet: C6, 01 and AF. RGB value is (198,1,175). Sum of RGB (Red+Green+Blue) = 198+1+175=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C601AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C601AF is #39FE50. Grayscale: #4F4F4F. Windows color (decimal): -3800657 or 11469254. OLE color: 11469254.

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

Color convert

RGB 198 1 175 -
CMYK 0 0.99 0.12 0.22
HSL 307.01º 0.99% 0.39% -
HSV(B) 307.01º 0.99% 0.78% -
XYZ 31.04 15.12 41.84 -
YUV 79.74 181.77 212.35 -
System Red Green Blue C M Y K H S L
Decimal 198 1 175 0 0.99 0.12 0.22 307.01 0.99 0.39
Hex C6 1 AF 0 63 C 16 133 63 27
Octal 306 1 257 0 143 14 26 463 143 47
Binary 11000110 1 10101111 0 1100011 1100 10110 100110011 1100011 100111

Color Harmonies of #C601AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C601AF

Black with #C601AF

Text Example


Text Example

White with #C601AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C601AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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