Html Css Color HEX #CF14AD Deep Magenta

📋 copy color: '#CF14AD'

red 207 ◦ green 20 ◦ blue 173

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

Shades of Deep Magenta #CF14AD

Tints of Deep Magenta #CF14AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5%

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

R = 51.75%
G = 5%
B = 43.25%

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

#CF14AD (or 0xCF14AD) is known color: Deep Magenta. HEX triplet: CF, 14 and AD. RGB value is (207,20,173). Sum of RGB (Red+Green+Blue) = 207+20+173=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF14AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF14AD is #30EB52. Grayscale: #5C5C5C. Windows color (decimal): -3205971 or 11343055. OLE color: 11343055.

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

Color convert

RGB 207 20 173 -
CMYK 0 0.90 0.16 0.19
HSL 310.91º 0.82% 0.45% -
HSV(B) 310.91º 0.9% 0.81% -
XYZ 33.53 16.78 41.01 -
YUV 93.36 172.95 209.06 -
System Red Green Blue C M Y K H S L
Decimal 207 20 173 0 0.90 0.16 0.19 310.91 0.82 0.45
Hex CF 14 AD 0 5A 10 13 137 52 2D
Octal 317 24 255 0 132 20 23 467 122 55
Binary 11001111 10100 10101101 0 1011010 10000 10011 100110111 1010010 101101

Color Harmonies of #CF14AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF14AD

Black with #CF14AD

Text Example


Text Example

White with #CF14AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF14AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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