Html Css Color HEX #CF17CE Deep Magenta

📋 copy color: '#CF17CE'

red 207 ◦ green 23 ◦ blue 206

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

Shades of Deep Magenta #CF17CE

Tints of Deep Magenta #CF17CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 47.48%
G = 5.28%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF17CE (or 0xCF17CE) is known color: Deep Magenta. HEX triplet: CF, 17 and CE. RGB value is (207,23,206). Sum of RGB (Red+Green+Blue) = 207+23+206=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 23 (9.38% from 255 or 5.28% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF17CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF17CE is #30E831. Grayscale: #626262. Windows color (decimal): -3205170 or 13506511. OLE color: 13506511.

HSL color Cylindrical-coordinate representation of color #CF17CE: hue angle of 300.33º 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 #CF17CE is Cyan = 0, Magento = 0.89, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 23 206 -
CMYK 0 0.89 0.00 0.19
HSL 300.33º 0.8% 0.45% -
HSV(B) 300.33º 0.89% 0.81% -
XYZ 37.18 18.33 59.97 -
YUV 98.88 188.46 205.12 -
System Red Green Blue C M Y K H S L
Decimal 207 23 206 0 0.89 0.00 0.19 300.33 0.8 0.45
Hex CF 17 CE 0 59 0 13 12C 50 2D
Octal 317 27 316 0 131 0 23 454 120 55
Binary 11001111 10111 11001110 0 1011001 0 10011 100101100 1010000 101101

Color Harmonies of #CF17CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF17CE

Black with #CF17CE

Text Example


Text Example

White with #CF17CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF17CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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