Html Css Color HEX #CF09DF Deep Magenta

📋 copy color: '#CF09DF'

red 207 ◦ green 9 ◦ blue 223

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

Shades of Deep Magenta #CF09DF

Tints of Deep Magenta #CF09DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 47.15%
G = 2.05%
B = 50.8%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF09DF (or 0xCF09DF) is known color: Deep Magenta. HEX triplet: CF, 09 and DF. RGB value is (207,9,223). Sum of RGB (Red+Green+Blue) = 207+9+223=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 9 (3.91% from 255 or 2.05% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF09DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF09DF is #30F620. Grayscale: #5B5B5B. Windows color (decimal): -3208737 or 14617039. OLE color: 14617039.

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

Color convert

RGB 207 9 223 -
CMYK 0.07 0.96 0 0.13
HSL 295.51º 0.92% 0.45% -
HSV(B) 295.51º 0.96% 0.87% -
XYZ 39.15 18.79 71.38 -
YUV 92.6 201.6 209.6 -
System Red Green Blue C M Y K H S L
Decimal 207 9 223 0.07 0.96 0 0.13 295.51 0.92 0.45
Hex CF 9 DF 7 60 0 D 128 5C 2D
Octal 317 11 337 7 140 0 15 450 134 55
Binary 11001111 1001 11011111 111 1100000 0 1101 100101000 1011100 101101

Color Harmonies of #CF09DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF09DF

Black with #CF09DF

Text Example


Text Example

White with #CF09DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF09DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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