Html Css Color HEX #CF00DB Deep Magenta

📋 copy color: '#CF00DB'

red 207 ◦ green 0 ◦ blue 219

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

Shades of Deep Magenta #CF00DB

Tints of Deep Magenta #CF00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.59%
G = 0%
B = 51.41%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF00DB (or 0xCF00DB) is known color: Deep Magenta. HEX triplet: CF, 00 and DB. RGB value is (207,0,219). Sum of RGB (Red+Green+Blue) = 207+0+219=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF00DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF00DB is #30FF24. Grayscale: #565656. Windows color (decimal): -3211045 or 14352591. OLE color: 14352591.

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

Color convert

RGB 207 0 219 -
CMYK 0.05 1 0 0.14
HSL 296.71º 1% 0.43% -
HSV(B) 296.71º 1% 0.86% -
XYZ 38.52 18.38 68.54 -
YUV 86.86 202.58 213.69 -
System Red Green Blue C M Y K H S L
Decimal 207 0 219 0.05 1 0 0.14 296.71 1 0.43
Hex CF 0 DB 5 64 0 E 129 64 2B
Octal 317 0 333 5 144 0 16 451 144 53
Binary 11001111 0 11011011 101 1100100 0 1110 100101001 1100100 101011

Color Harmonies of #CF00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF00DB

Black with #CF00DB

Text Example


Text Example

White with #CF00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF00DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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