Html Css Color HEX #CF17CD Deep Magenta

📋 copy color: '#CF17CD'

red 207 ◦ green 23 ◦ blue 205

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

Shades of Deep Magenta #CF17CD

Tints of Deep Magenta #CF17CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 47.59%
G = 5.29%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF17CD (or 0xCF17CD) is known color: Deep Magenta. HEX triplet: CF, 17 and CD. RGB value is (207,23,205). Sum of RGB (Red+Green+Blue) = 207+23+205=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 23 (9.38% from 255 or 5.29% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF17CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF17CD is #30E832. Grayscale: #626262. Windows color (decimal): -3205171 or 13440975. OLE color: 13440975.

HSL color Cylindrical-coordinate representation of color #CF17CD: hue angle of 300.65º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF17CD is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 23 205 -
CMYK 0 0.89 0.01 0.19
HSL 300.65º 0.8% 0.45% -
HSV(B) 300.65º 0.89% 0.81% -
XYZ 37.06 18.29 59.33 -
YUV 98.76 187.96 205.2 -
System Red Green Blue C M Y K H S L
Decimal 207 23 205 0 0.89 0.01 0.19 300.65 0.8 0.45
Hex CF 17 CD 0 59 1 13 12D 50 2D
Octal 317 27 315 0 131 1 23 455 120 55
Binary 11001111 10111 11001101 0 1011001 1 10011 100101101 1010000 101101

Color Harmonies of #CF17CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF17CD

Black with #CF17CD

Text Example


Text Example

White with #CF17CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF17CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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