Html Css Color HEX #CF18D6 Deep Magenta

📋 copy color: '#CF18D6'

red 207 ◦ green 24 ◦ blue 214

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

Shades of Deep Magenta #CF18D6

Tints of Deep Magenta #CF18D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.09%

R = 46.52%
G = 5.39%
B = 48.09%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF18D6 (or 0xCF18D6) is known color: Deep Magenta. HEX triplet: CF, 18 and D6. RGB value is (207,24,214). Sum of RGB (Red+Green+Blue) = 207+24+214=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF18D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF18D6 is #30E729. Grayscale: #636363. Windows color (decimal): -3204906 or 14031055. OLE color: 14031055.

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

Color convert

RGB 207 24 214 -
CMYK 0.03 0.89 0 0.16
HSL 297.79º 0.8% 0.47% -
HSV(B) 297.79º 0.89% 0.84% -
XYZ 38.2 18.77 65.23 -
YUV 100.38 192.13 204.05 -
System Red Green Blue C M Y K H S L
Decimal 207 24 214 0.03 0.89 0 0.16 297.79 0.8 0.47
Hex CF 18 D6 3 59 0 10 12A 50 2F
Octal 317 30 326 3 131 0 20 452 120 57
Binary 11001111 11000 11010110 11 1011001 0 10000 100101010 1010000 101111

Color Harmonies of #CF18D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF18D6

Black with #CF18D6

Text Example


Text Example

White with #CF18D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF18D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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