Html Css Color HEX #CF18DC Deep Magenta

📋 copy color: '#CF18DC'

red 207 ◦ green 24 ◦ blue 220

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

Shades of Deep Magenta #CF18DC

Tints of Deep Magenta #CF18DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.78%

R = 45.9%
G = 5.32%
B = 48.78%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF18DC (or 0xCF18DC) is known color: Deep Magenta. HEX triplet: CF, 18 and DC. RGB value is (207,24,220). Sum of RGB (Red+Green+Blue) = 207+24+220=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 24 (9.77% from 255 or 5.32% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF18DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF18DC is #30E723. Grayscale: #646464. Windows color (decimal): -3204900 or 14424271. OLE color: 14424271.

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

Color convert

RGB 207 24 220 -
CMYK 0.06 0.89 0 0.14
HSL 296.02º 0.8% 0.48% -
HSV(B) 296.02º 0.89% 0.86% -
XYZ 38.98 19.09 69.34 -
YUV 101.06 195.13 203.56 -
System Red Green Blue C M Y K H S L
Decimal 207 24 220 0.06 0.89 0 0.14 296.02 0.8 0.48
Hex CF 18 DC 6 59 0 E 128 50 30
Octal 317 30 334 6 131 0 16 450 120 60
Binary 11001111 11000 11011100 110 1011001 0 1110 100101000 1010000 110000

Color Harmonies of #CF18DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF18DC

Black with #CF18DC

Text Example


Text Example

White with #CF18DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF18DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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