Html Css Color HEX #C601DF Deep Magenta

📋 copy color: '#C601DF'

red 198 ◦ green 1 ◦ blue 223

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

Shades of Deep Magenta #C601DF

Tints of Deep Magenta #C601DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.84%

R = 46.92%
G = 0.24%
B = 52.84%

CMYK

 C value IS 0.11

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C601DF (or 0xC601DF) is known color: Deep Magenta. HEX triplet: C6, 01 and DF. RGB value is (198,1,223). Sum of RGB (Red+Green+Blue) = 198+1+223=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 1 (0.78% from 255 or 0.24% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #C601DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C601DF is #39FE20. Grayscale: #545454. Windows color (decimal): -3800609 or 14614982. OLE color: 14614982.

HSL color Cylindrical-coordinate representation of color #C601DF: hue angle of 293.24º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C601DF is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 1 223 -
CMYK 0.11 1.00 0 0.13
HSL 293.24º 0.99% 0.44% -
HSV(B) 293.24º 1% 0.87% -
XYZ 36.62 17.36 71.23 -
YUV 85.21 205.77 208.45 -
System Red Green Blue C M Y K H S L
Decimal 198 1 223 0.11 1.00 0 0.13 293.24 0.99 0.44
Hex C6 1 DF B 64 0 D 125 63 2C
Octal 306 1 337 13 144 0 15 445 143 54
Binary 11000110 1 11011111 1011 1100100 0 1101 100100101 1100011 101100

Color Harmonies of #C601DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C601DF

Black with #C601DF

Text Example


Text Example

White with #C601DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C601DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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