Html Css Color HEX #CF19DB Deep Magenta

📋 copy color: '#CF19DB'

red 207 ◦ green 25 ◦ blue 219

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

Shades of Deep Magenta #CF19DB

Tints of Deep Magenta #CF19DB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.54%

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

R = 45.9%
G = 5.54%
B = 48.56%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF19DB (or 0xCF19DB) is known color: Deep Magenta. HEX triplet: CF, 19 and DB. RGB value is (207,25,219). Sum of RGB (Red+Green+Blue) = 207+25+219=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 25 (10.16% from 255 or 5.54% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF19DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF19DB is #30E624. Grayscale: #646464. Windows color (decimal): -3204645 or 14358991. OLE color: 14358991.

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

Color convert

RGB 207 25 219 -
CMYK 0.05 0.89 0 0.14
HSL 296.29º 0.8% 0.48% -
HSV(B) 296.29º 0.89% 0.86% -
XYZ 38.87 19.08 68.65 -
YUV 101.53 194.3 203.23 -
System Red Green Blue C M Y K H S L
Decimal 207 25 219 0.05 0.89 0 0.14 296.29 0.8 0.48
Hex CF 19 DB 5 59 0 E 128 50 30
Octal 317 31 333 5 131 0 16 450 120 60
Binary 11001111 11001 11011011 101 1011001 0 1110 100101000 1010000 110000

Color Harmonies of #CF19DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF19DB

Black with #CF19DB

Text Example


Text Example

White with #CF19DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF19DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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