Html Css Color HEX #CF01DC Deep Magenta

📋 copy color: '#CF01DC'

red 207 ◦ green 1 ◦ blue 220

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

Shades of Deep Magenta #CF01DC

Tints of Deep Magenta #CF01DC

RGB

 RED value IS 207 (81.25% from 255) = 48.36%

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

 BLUE value IS 220 (86.33% from 255) = 51.4%

R = 48.36%
G = 0.23%
B = 51.4%

CMYK

 C value IS 0.06

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF01DC (or 0xCF01DC) is known color: Deep Magenta. HEX triplet: CF, 01 and DC. RGB value is (207,1,220). Sum of RGB (Red+Green+Blue) = 207+1+220=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF01DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF01DC is #30FE23. Grayscale: #565656. Windows color (decimal): -3210788 or 14418383. OLE color: 14418383.

HSL color Cylindrical-coordinate representation of color #CF01DC: hue angle of 296.44º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF01DC is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 1 220 -
CMYK 0.06 1.00 0 0.14
HSL 296.44º 0.99% 0.43% -
HSV(B) 296.44º 1% 0.86% -
XYZ 38.66 18.45 69.23 -
YUV 87.56 202.75 213.19 -
System Red Green Blue C M Y K H S L
Decimal 207 1 220 0.06 1.00 0 0.14 296.44 0.99 0.43
Hex CF 1 DC 6 64 0 E 128 63 2B
Octal 317 1 334 6 144 0 16 450 143 53
Binary 11001111 1 11011100 110 1100100 0 1110 100101000 1100011 101011

Color Harmonies of #CF01DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF01DC

Black with #CF01DC

Text Example


Text Example

White with #CF01DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF01DC; }

 p { color: rgb(207,1,220); }

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

background-color css

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

 a { background-color: rgb(207,1,220); }

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

border-color css

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

 span { border-color: rgb(207,1,220); }

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