Html Css Color HEX #CF15DC Deep Magenta

📋 copy color: '#CF15DC'

red 207 ◦ green 21 ◦ blue 220

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

Shades of Deep Magenta #CF15DC

Tints of Deep Magenta #CF15DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 46.21%
G = 4.69%
B = 49.11%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF15DC (or 0xCF15DC) is known color: Deep Magenta. HEX triplet: CF, 15 and DC. RGB value is (207,21,220). Sum of RGB (Red+Green+Blue) = 207+21+220=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF15DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF15DC is #30EA23. Grayscale: #626262. Windows color (decimal): -3205668 or 14423503. OLE color: 14423503.

HSL color Cylindrical-coordinate representation of color #CF15DC: hue angle of 296.08º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF15DC is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 21 220 -
CMYK 0.06 0.90 0 0.14
HSL 296.08º 0.83% 0.47% -
HSV(B) 296.08º 0.9% 0.86% -
XYZ 38.92 18.97 69.32 -
YUV 99.3 196.12 204.82 -
System Red Green Blue C M Y K H S L
Decimal 207 21 220 0.06 0.90 0 0.14 296.08 0.83 0.47
Hex CF 15 DC 6 5A 0 E 128 53 2F
Octal 317 25 334 6 132 0 16 450 123 57
Binary 11001111 10101 11011100 110 1011010 0 1110 100101000 1010011 101111

Color Harmonies of #CF15DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF15DC

Black with #CF15DC

Text Example


Text Example

White with #CF15DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF15DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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