Html Css Color HEX #CF1FDD Deep Magenta

📋 copy color: '#CF1FDD'

red 207 ◦ green 31 ◦ blue 221

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

Shades of Deep Magenta #CF1FDD

Tints of Deep Magenta #CF1FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.75%

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 45.1%
G = 6.75%
B = 48.15%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF1FDD (or 0xCF1FDD) is known color: Deep Magenta. HEX triplet: CF, 1F and DD. RGB value is (207,31,221). Sum of RGB (Red+Green+Blue) = 207+31+221=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 31 (12.5% from 255 or 6.75% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF1FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1FDD is #30E022. Grayscale: #686868. Windows color (decimal): -3203107 or 14491599. OLE color: 14491599.

HSL color Cylindrical-coordinate representation of color #CF1FDD: hue angle of 295.58º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1FDD is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 31 221 -
CMYK 0.06 0.86 0 0.13
HSL 295.58º 0.75% 0.49% -
HSV(B) 295.58º 0.86% 0.87% -
XYZ 39.27 19.47 70.09 -
YUV 105.28 193.31 200.55 -
System Red Green Blue C M Y K H S L
Decimal 207 31 221 0.06 0.86 0 0.13 295.58 0.75 0.49
Hex CF 1F DD 6 56 0 D 128 4B 31
Octal 317 37 335 6 126 0 15 450 113 61
Binary 11001111 11111 11011101 110 1010110 0 1101 100101000 1001011 110001

Color Harmonies of #CF1FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1FDD

Black with #CF1FDD

Text Example


Text Example

White with #CF1FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1FDD; }

 p { color: rgb(207,31,221); }

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

background-color css

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

 a { background-color: rgb(207,31,221); }

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

border-color css

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

 span { border-color: rgb(207,31,221); }

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