Html Css Color HEX #CF15DF Deep Magenta

📋 copy color: '#CF15DF'

red 207 ◦ green 21 ◦ blue 223

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

Shades of Deep Magenta #CF15DF

Tints of Deep Magenta #CF15DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 45.9%
G = 4.66%
B = 49.45%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF15DF (or 0xCF15DF) is known color: Deep Magenta. HEX triplet: CF, 15 and DF. RGB value is (207,21,223). Sum of RGB (Red+Green+Blue) = 207+21+223=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 21 (8.59% from 255 or 4.66% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF15DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF15DF is #30EA20. Grayscale: #636363. Windows color (decimal): -3205665 or 14620111. OLE color: 14620111.

HSL color Cylindrical-coordinate representation of color #CF15DF: hue angle of 295.25º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF15DF is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 21 223 -
CMYK 0.07 0.91 0 0.13
HSL 295.25º 0.83% 0.48% -
HSV(B) 295.25º 0.91% 0.87% -
XYZ 39.32 19.13 71.43 -
YUV 99.64 197.62 204.57 -
System Red Green Blue C M Y K H S L
Decimal 207 21 223 0.07 0.91 0 0.13 295.25 0.83 0.48
Hex CF 15 DF 7 5B 0 D 127 53 30
Octal 317 25 337 7 133 0 15 447 123 60
Binary 11001111 10101 11011111 111 1011011 0 1101 100100111 1010011 110000

Color Harmonies of #CF15DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF15DF

Black with #CF15DF

Text Example


Text Example

White with #CF15DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF15DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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