Html Css Color HEX #CF06DD Deep Magenta

📋 copy color: '#CF06DD'

red 207 ◦ green 6 ◦ blue 221

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

Shades of Deep Magenta #CF06DD

Tints of Deep Magenta #CF06DD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.38%

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

R = 47.7%
G = 1.38%
B = 50.92%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF06DD (or 0xCF06DD) is known color: Deep Magenta. HEX triplet: CF, 06 and DD. RGB value is (207,6,221). Sum of RGB (Red+Green+Blue) = 207+6+221=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 6 (2.73% from 255 or 1.38% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF06DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF06DD is #30F922. Grayscale: #595959. Windows color (decimal): -3209507 or 14485199. OLE color: 14485199.

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

Color convert

RGB 207 6 221 -
CMYK 0.06 0.97 0 0.13
HSL 296.09º 0.95% 0.45% -
HSV(B) 296.09º 0.97% 0.87% -
XYZ 38.85 18.62 69.95 -
YUV 90.61 201.59 211.02 -
System Red Green Blue C M Y K H S L
Decimal 207 6 221 0.06 0.97 0 0.13 296.09 0.95 0.45
Hex CF 6 DD 6 61 0 D 128 5F 2D
Octal 317 6 335 6 141 0 15 450 137 55
Binary 11001111 110 11011101 110 1100001 0 1101 100101000 1011111 101101

Color Harmonies of #CF06DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF06DD

Black with #CF06DD

Text Example


Text Example

White with #CF06DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF06DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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