Html Css Color HEX #CF15AD Deep Magenta

📋 copy color: '#CF15AD'

red 207 ◦ green 21 ◦ blue 173

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

Shades of Deep Magenta #CF15AD

Tints of Deep Magenta #CF15AD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.24%

 BLUE value IS 173 (67.97% from 255) = 43.14%

R = 51.62%
G = 5.24%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CF15AD (or 0xCF15AD) is known color: Deep Magenta. HEX triplet: CF, 15 and AD. RGB value is (207,21,173). Sum of RGB (Red+Green+Blue) = 207+21+173=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF15AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF15AD is #30EA52. Grayscale: #5D5D5D. Windows color (decimal): -3205715 or 11343311. OLE color: 11343311.

HSL color Cylindrical-coordinate representation of color #CF15AD: hue angle of 310.97º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF15AD is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 21 173 -
CMYK 0 0.90 0.16 0.19
HSL 310.97º 0.82% 0.45% -
HSV(B) 310.97º 0.9% 0.81% -
XYZ 33.54 16.82 41.01 -
YUV 93.94 172.62 208.64 -
System Red Green Blue C M Y K H S L
Decimal 207 21 173 0 0.90 0.16 0.19 310.97 0.82 0.45
Hex CF 15 AD 0 5A 10 13 137 52 2D
Octal 317 25 255 0 132 20 23 467 122 55
Binary 11001111 10101 10101101 0 1011010 10000 10011 100110111 1010010 101101

Color Harmonies of #CF15AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF15AD

Black with #CF15AD

Text Example


Text Example

White with #CF15AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF15AD; }

 p { color: rgb(207,21,173); }

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

background-color css

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

 a { background-color: rgb(207,21,173); }

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

border-color css

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

 span { border-color: rgb(207,21,173); }

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