Html Css Color HEX #CF06D0 Deep Magenta

📋 copy color: '#CF06D0'

red 207 ◦ green 6 ◦ blue 208

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

Shades of Deep Magenta #CF06D0

Tints of Deep Magenta #CF06D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.41%

R = 49.17%
G = 1.43%
B = 49.41%

CMYK

 C value IS 0.00

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF06D0 (or 0xCF06D0) is known color: Deep Magenta. HEX triplet: CF, 06 and D0. RGB value is (207,6,208). Sum of RGB (Red+Green+Blue) = 207+6+208=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 6 (2.73% from 255 or 1.43% from 421); Blue value is 208 (81.64% from 255 or 49.41% from 421); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF06D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF06D0 is #30F92F. Grayscale: #585858. Windows color (decimal): -3209520 or 13633231. OLE color: 13633231.

HSL color Cylindrical-coordinate representation of color #CF06D0: hue angle of 299.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF06D0 is Cyan = 0.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 6 208 -
CMYK 0.00 0.97 0 0.18
HSL 299.7º 0.94% 0.42% -
HSV(B) 299.7º 0.97% 0.82% -
XYZ 37.18 17.95 61.18 -
YUV 89.13 195.09 212.07 -
System Red Green Blue C M Y K H S L
Decimal 207 6 208 0.00 0.97 0 0.18 299.7 0.94 0.42
Hex CF 6 D0 0 61 0 12 12C 5E 2A
Octal 317 6 320 0 141 0 22 454 136 52
Binary 11001111 110 11010000 0 1100001 0 10010 100101100 1011110 101010

Color Harmonies of #CF06D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF06D0

Black with #CF06D0

Text Example


Text Example

White with #CF06D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF06D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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