Html Css Color HEX #CF06D7 Deep Magenta

📋 copy color: '#CF06D7'

red 207 ◦ green 6 ◦ blue 215

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

Shades of Deep Magenta #CF06D7

Tints of Deep Magenta #CF06D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.23%

R = 48.36%
G = 1.4%
B = 50.23%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF06D7 (or 0xCF06D7) is known color: Deep Magenta. HEX triplet: CF, 06 and D7. RGB value is (207,6,215). Sum of RGB (Red+Green+Blue) = 207+6+215=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 6 (2.73% from 255 or 1.40% from 428); Blue value is 215 (84.38% from 255 or 50.23% from 428); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF06D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF06D7 is #30F928. Grayscale: #595959. Windows color (decimal): -3209513 or 14091983. OLE color: 14091983.

HSL color Cylindrical-coordinate representation of color #CF06D7: hue angle of 297.7º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF06D7 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 6 215 -
CMYK 0.04 0.97 0 0.16
HSL 297.7º 0.95% 0.43% -
HSV(B) 297.7º 0.97% 0.84% -
XYZ 38.06 18.3 65.82 -
YUV 89.93 198.59 211.51 -
System Red Green Blue C M Y K H S L
Decimal 207 6 215 0.04 0.97 0 0.16 297.7 0.95 0.43
Hex CF 6 D7 4 61 0 10 12A 5F 2B
Octal 317 6 327 4 141 0 20 452 137 53
Binary 11001111 110 11010111 100 1100001 0 10000 100101010 1011111 101011

Color Harmonies of #CF06D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF06D7

Black with #CF06D7

Text Example


Text Example

White with #CF06D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF06D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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