Html Css Color HEX #CF17DD Deep Magenta

📋 copy color: '#CF17DD'

red 207 ◦ green 23 ◦ blue 221

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

Shades of Deep Magenta #CF17DD

Tints of Deep Magenta #CF17DD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.1%

 BLUE value IS 221 (86.72% from 255) = 49%

R = 45.9%
G = 5.1%
B = 49%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF17DD (or 0xCF17DD) is known color: Deep Magenta. HEX triplet: CF, 17 and DD. RGB value is (207,23,221). Sum of RGB (Red+Green+Blue) = 207+23+221=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 23 (9.38% from 255 or 5.10% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF17DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF17DD is #30E822. Grayscale: #636363. Windows color (decimal): -3205155 or 14489551. OLE color: 14489551.

HSL color Cylindrical-coordinate representation of color #CF17DD: hue angle of 295.76º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF17DD is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 23 221 -
CMYK 0.06 0.90 0 0.13
HSL 295.76º 0.81% 0.48% -
HSV(B) 295.76º 0.9% 0.87% -
XYZ 39.09 19.1 70.03 -
YUV 100.59 195.96 203.9 -
System Red Green Blue C M Y K H S L
Decimal 207 23 221 0.06 0.90 0 0.13 295.76 0.81 0.48
Hex CF 17 DD 6 5A 0 D 128 51 30
Octal 317 27 335 6 132 0 15 450 121 60
Binary 11001111 10111 11011101 110 1011010 0 1101 100101000 1010001 110000

Color Harmonies of #CF17DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF17DD

Black with #CF17DD

Text Example


Text Example

White with #CF17DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF17DD; }

 p { color: rgb(207,23,221); }

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

background-color css

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

 a { background-color: rgb(207,23,221); }

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

border-color css

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

 span { border-color: rgb(207,23,221); }

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