Html Css Color HEX #CF01DE Deep Magenta

📋 copy color: '#CF01DE'

red 207 ◦ green 1 ◦ blue 222

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

Shades of Deep Magenta #CF01DE

Tints of Deep Magenta #CF01DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.63%

R = 48.14%
G = 0.23%
B = 51.63%

CMYK

 C value IS 0.07

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF01DE (or 0xCF01DE) is known color: Deep Magenta. HEX triplet: CF, 01 and DE. RGB value is (207,1,222). Sum of RGB (Red+Green+Blue) = 207+1+222=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF01DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF01DE is #30FE21. Grayscale: #575757. Windows color (decimal): -3210786 or 14549455. OLE color: 14549455.

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

Color convert

RGB 207 1 222 -
CMYK 0.07 1.00 0 0.13
HSL 295.93º 0.99% 0.44% -
HSV(B) 295.93º 1% 0.87% -
XYZ 38.93 18.56 70.64 -
YUV 87.79 203.75 213.03 -
System Red Green Blue C M Y K H S L
Decimal 207 1 222 0.07 1.00 0 0.13 295.93 0.99 0.44
Hex CF 1 DE 7 64 0 D 128 63 2C
Octal 317 1 336 7 144 0 15 450 143 54
Binary 11001111 1 11011110 111 1100100 0 1101 100101000 1100011 101100

Color Harmonies of #CF01DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF01DE

Black with #CF01DE

Text Example


Text Example

White with #CF01DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF01DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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