Html Css Color HEX #CF17DA Deep Magenta

📋 copy color: '#CF17DA'

red 207 ◦ green 23 ◦ blue 218

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

Shades of Deep Magenta #CF17DA

Tints of Deep Magenta #CF17DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.66%

R = 46.21%
G = 5.13%
B = 48.66%

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

#CF17DA (or 0xCF17DA) is known color: Deep Magenta. HEX triplet: CF, 17 and DA. RGB value is (207,23,218). Sum of RGB (Red+Green+Blue) = 207+23+218=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF17DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF17DA is #30E825. Grayscale: #636363. Windows color (decimal): -3205158 or 14292943. OLE color: 14292943.

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

Color convert

RGB 207 23 218 -
CMYK 0.05 0.89 0 0.15
HSL 296.62º 0.81% 0.47% -
HSV(B) 296.62º 0.89% 0.85% -
XYZ 38.69 18.94 67.95 -
YUV 100.25 194.46 204.14 -
System Red Green Blue C M Y K H S L
Decimal 207 23 218 0.05 0.89 0 0.15 296.62 0.81 0.47
Hex CF 17 DA 5 59 0 F 129 51 2F
Octal 317 27 332 5 131 0 17 451 121 57
Binary 11001111 10111 11011010 101 1011001 0 1111 100101001 1010001 101111

Color Harmonies of #CF17DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF17DA

Black with #CF17DA

Text Example


Text Example

White with #CF17DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF17DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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