Html Css Color HEX #CF15AF Deep Magenta

📋 copy color: '#CF15AF'

red 207 ◦ green 21 ◦ blue 175

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

Shades of Deep Magenta #CF15AF

Tints of Deep Magenta #CF15AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.42%

R = 51.36%
G = 5.21%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF15AF (or 0xCF15AF) is known color: Deep Magenta. HEX triplet: CF, 15 and AF. RGB value is (207,21,175). Sum of RGB (Red+Green+Blue) = 207+21+175=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF15AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF15AF is #30EA50. Grayscale: #5D5D5D. Windows color (decimal): -3205713 or 11474383. OLE color: 11474383.

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

Color convert

RGB 207 21 175 -
CMYK 0 0.90 0.15 0.19
HSL 310.32º 0.82% 0.45% -
HSV(B) 310.32º 0.9% 0.81% -
XYZ 33.74 16.9 42.04 -
YUV 94.17 173.62 208.48 -
System Red Green Blue C M Y K H S L
Decimal 207 21 175 0 0.90 0.15 0.19 310.32 0.82 0.45
Hex CF 15 AF 0 5A F 13 136 52 2D
Octal 317 25 257 0 132 17 23 466 122 55
Binary 11001111 10101 10101111 0 1011010 1111 10011 100110110 1010010 101101

Color Harmonies of #CF15AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF15AF

Black with #CF15AF

Text Example


Text Example

White with #CF15AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF15AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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