Html Css Color HEX #CF18D9 Deep Magenta

📋 copy color: '#CF18D9'

red 207 ◦ green 24 ◦ blue 217

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

Shades of Deep Magenta #CF18D9

Tints of Deep Magenta #CF18D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.44%

R = 46.21%
G = 5.36%
B = 48.44%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF18D9 (or 0xCF18D9) is known color: Deep Magenta. HEX triplet: CF, 18 and D9. RGB value is (207,24,217). Sum of RGB (Red+Green+Blue) = 207+24+217=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF18D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF18D9 is #30E726. Grayscale: #646464. Windows color (decimal): -3204903 or 14227663. OLE color: 14227663.

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

Color convert

RGB 207 24 217 -
CMYK 0.05 0.89 0 0.15
HSL 296.89º 0.8% 0.47% -
HSV(B) 296.89º 0.89% 0.85% -
XYZ 38.58 18.93 67.27 -
YUV 100.72 193.63 203.81 -
System Red Green Blue C M Y K H S L
Decimal 207 24 217 0.05 0.89 0 0.15 296.89 0.8 0.47
Hex CF 18 D9 5 59 0 F 129 50 2F
Octal 317 30 331 5 131 0 17 451 120 57
Binary 11001111 11000 11011001 101 1011001 0 1111 100101001 1010000 101111

Color Harmonies of #CF18D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF18D9

Black with #CF18D9

Text Example


Text Example

White with #CF18D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF18D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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