Html Css Color HEX #CF19AD Deep Magenta

📋 copy color: '#CF19AD'

red 207 ◦ green 25 ◦ blue 173

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

Shades of Deep Magenta #CF19AD

Tints of Deep Magenta #CF19AD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.17%

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

R = 51.11%
G = 6.17%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CF19AD (or 0xCF19AD) is known color: Deep Magenta. HEX triplet: CF, 19 and AD. RGB value is (207,25,173). Sum of RGB (Red+Green+Blue) = 207+25+173=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF19AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF19AD is #30E652. Grayscale: #5F5F5F. Windows color (decimal): -3204691 or 11344335. OLE color: 11344335.

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

Color convert

RGB 207 25 173 -
CMYK 0 0.88 0.16 0.19
HSL 311.21º 0.78% 0.45% -
HSV(B) 311.21º 0.88% 0.81% -
XYZ 33.62 16.98 41.04 -
YUV 96.29 171.3 206.97 -
System Red Green Blue C M Y K H S L
Decimal 207 25 173 0 0.88 0.16 0.19 311.21 0.78 0.45
Hex CF 19 AD 0 58 10 13 137 4E 2D
Octal 317 31 255 0 130 20 23 467 116 55
Binary 11001111 11001 10101101 0 1011000 10000 10011 100110111 1001110 101101

Color Harmonies of #CF19AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF19AD

Black with #CF19AD

Text Example


Text Example

White with #CF19AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF19AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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