Html Css Color HEX #CF18DB Deep Magenta

📋 copy color: '#CF18DB'

red 207 ◦ green 24 ◦ blue 219

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

Shades of Deep Magenta #CF18DB

Tints of Deep Magenta #CF18DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.33%

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

R = 46%
G = 5.33%
B = 48.67%

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

#CF18DB (or 0xCF18DB) is known color: Deep Magenta. HEX triplet: CF, 18 and DB. RGB value is (207,24,219). Sum of RGB (Red+Green+Blue) = 207+24+219=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 24 (9.77% from 255 or 5.33% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF18DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF18DB is #30E724. Grayscale: #646464. Windows color (decimal): -3204901 or 14358735. OLE color: 14358735.

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

Color convert

RGB 207 24 219 -
CMYK 0.05 0.89 0 0.14
HSL 296.31º 0.8% 0.48% -
HSV(B) 296.31º 0.89% 0.86% -
XYZ 38.84 19.03 68.64 -
YUV 100.95 194.63 203.64 -
System Red Green Blue C M Y K H S L
Decimal 207 24 219 0.05 0.89 0 0.14 296.31 0.8 0.48
Hex CF 18 DB 5 59 0 E 128 50 30
Octal 317 30 333 5 131 0 16 450 120 60
Binary 11001111 11000 11011011 101 1011001 0 1110 100101000 1010000 110000

Color Harmonies of #CF18DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF18DB

Black with #CF18DB

Text Example


Text Example

White with #CF18DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF18DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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