Html Css Color HEX #CF15D8 Deep Magenta

📋 copy color: '#CF15D8'

red 207 ◦ green 21 ◦ blue 216

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

Shades of Deep Magenta #CF15D8

Tints of Deep Magenta #CF15D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.65%

R = 46.62%
G = 4.73%
B = 48.65%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF15D8 (or 0xCF15D8) is known color: Deep Magenta. HEX triplet: CF, 15 and D8. RGB value is (207,21,216). Sum of RGB (Red+Green+Blue) = 207+21+216=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF15D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF15D8 is #30EA27. Grayscale: #626262. Windows color (decimal): -3205672 or 14161359. OLE color: 14161359.

HSL color Cylindrical-coordinate representation of color #CF15D8: hue angle of 297.23º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF15D8 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 21 216 -
CMYK 0.04 0.90 0 0.15
HSL 297.23º 0.82% 0.46% -
HSV(B) 297.23º 0.9% 0.85% -
XYZ 38.39 18.76 66.56 -
YUV 98.84 194.12 205.14 -
System Red Green Blue C M Y K H S L
Decimal 207 21 216 0.04 0.90 0 0.15 297.23 0.82 0.46
Hex CF 15 D8 4 5A 0 F 129 52 2E
Octal 317 25 330 4 132 0 17 451 122 56
Binary 11001111 10101 11011000 100 1011010 0 1111 100101001 1010010 101110

Color Harmonies of #CF15D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF15D8

Black with #CF15D8

Text Example


Text Example

White with #CF15D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF15D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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