Html Css Color HEX #CF01DB Deep Magenta

📋 copy color: '#CF01DB'

red 207 ◦ green 1 ◦ blue 219

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

Shades of Deep Magenta #CF01DB

Tints of Deep Magenta #CF01DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 48.48%
G = 0.23%
B = 51.29%

CMYK

 C value IS 0.05

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF01DB (or 0xCF01DB) is known color: Deep Magenta. HEX triplet: CF, 01 and DB. RGB value is (207,1,219). Sum of RGB (Red+Green+Blue) = 207+1+219=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF01DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF01DB is #30FE24. Grayscale: #565656. Windows color (decimal): -3210789 or 14352847. OLE color: 14352847.

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

Color convert

RGB 207 1 219 -
CMYK 0.05 1.00 0 0.14
HSL 296.7º 0.99% 0.43% -
HSV(B) 296.7º 1% 0.86% -
XYZ 38.53 18.4 68.54 -
YUV 87.45 202.25 213.27 -
System Red Green Blue C M Y K H S L
Decimal 207 1 219 0.05 1.00 0 0.14 296.7 0.99 0.43
Hex CF 1 DB 5 64 0 E 129 63 2B
Octal 317 1 333 5 144 0 16 451 143 53
Binary 11001111 1 11011011 101 1100100 0 1110 100101001 1100011 101011

Color Harmonies of #CF01DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF01DB

Black with #CF01DB

Text Example


Text Example

White with #CF01DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF01DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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