Html Css Color HEX #C601DD Deep Magenta

📋 copy color: '#C601DD'

red 198 ◦ green 1 ◦ blue 221

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

Shades of Deep Magenta #C601DD

Tints of Deep Magenta #C601DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.62%

R = 47.14%
G = 0.24%
B = 52.62%

CMYK

 C value IS 0.10

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C601DD (or 0xC601DD) is known color: Deep Magenta. HEX triplet: C6, 01 and DD. RGB value is (198,1,221). Sum of RGB (Red+Green+Blue) = 198+1+221=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 1 (0.78% from 255 or 0.24% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #C601DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C601DD is #39FE22. Grayscale: #545454. Windows color (decimal): -3800611 or 14483910. OLE color: 14483910.

HSL color Cylindrical-coordinate representation of color #C601DD: hue angle of 293.73º 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 #C601DD is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 1 221 -
CMYK 0.10 1.00 0 0.13
HSL 293.73º 0.99% 0.44% -
HSV(B) 293.73º 1% 0.87% -
XYZ 36.35 17.25 69.82 -
YUV 84.98 204.77 208.61 -
System Red Green Blue C M Y K H S L
Decimal 198 1 221 0.10 1.00 0 0.13 293.73 0.99 0.44
Hex C6 1 DD A 64 0 D 126 63 2C
Octal 306 1 335 12 144 0 15 446 143 54
Binary 11000110 1 11011101 1010 1100100 0 1101 100100110 1100011 101100

Color Harmonies of #C601DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C601DD

Black with #C601DD

Text Example


Text Example

White with #C601DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C601DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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