Html Css Color HEX #CF09D7 Deep Magenta

📋 copy color: '#CF09D7'

red 207 ◦ green 9 ◦ blue 215

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

Shades of Deep Magenta #CF09D7

Tints of Deep Magenta #CF09D7

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.09%

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

R = 48.03%
G = 2.09%
B = 49.88%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF09D7 (or 0xCF09D7) is known color: Deep Magenta. HEX triplet: CF, 09 and D7. RGB value is (207,9,215). Sum of RGB (Red+Green+Blue) = 207+9+215=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 9 (3.91% from 255 or 2.09% from 431); Blue value is 215 (84.38% from 255 or 49.88% from 431); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF09D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF09D7 is #30F628. Grayscale: #5B5B5B. Windows color (decimal): -3208745 or 14092751. OLE color: 14092751.

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

Color convert

RGB 207 9 215 -
CMYK 0.04 0.96 0 0.16
HSL 297.67º 0.92% 0.44% -
HSV(B) 297.67º 0.96% 0.84% -
XYZ 38.1 18.37 65.83 -
YUV 91.69 197.6 210.25 -
System Red Green Blue C M Y K H S L
Decimal 207 9 215 0.04 0.96 0 0.16 297.67 0.92 0.44
Hex CF 9 D7 4 60 0 10 12A 5C 2C
Octal 317 11 327 4 140 0 20 452 134 54
Binary 11001111 1001 11010111 100 1100000 0 10000 100101010 1011100 101100

Color Harmonies of #CF09D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF09D7

Black with #CF09D7

Text Example


Text Example

White with #CF09D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF09D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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