Html Css Color HEX #CF09DD Deep Magenta

📋 copy color: '#CF09DD'

red 207 ◦ green 9 ◦ blue 221

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

Shades of Deep Magenta #CF09DD

Tints of Deep Magenta #CF09DD

RGB

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

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

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

R = 47.37%
G = 2.06%
B = 50.57%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF09DD (or 0xCF09DD) is known color: Deep Magenta. HEX triplet: CF, 09 and DD. RGB value is (207,9,221). Sum of RGB (Red+Green+Blue) = 207+9+221=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 9 (3.91% from 255 or 2.06% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF09DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF09DD is #30F622. Grayscale: #5B5B5B. Windows color (decimal): -3208739 or 14485967. OLE color: 14485967.

HSL color Cylindrical-coordinate representation of color #CF09DD: hue angle of 296.04º 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 #CF09DD is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 9 221 -
CMYK 0.06 0.96 0 0.13
HSL 296.04º 0.92% 0.45% -
HSV(B) 296.04º 0.96% 0.87% -
XYZ 38.88 18.68 69.96 -
YUV 92.37 200.6 209.76 -
System Red Green Blue C M Y K H S L
Decimal 207 9 221 0.06 0.96 0 0.13 296.04 0.92 0.45
Hex CF 9 DD 6 60 0 D 128 5C 2D
Octal 317 11 335 6 140 0 15 450 134 55
Binary 11001111 1001 11011101 110 1100000 0 1101 100101000 1011100 101101

Color Harmonies of #CF09DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF09DD

Black with #CF09DD

Text Example


Text Example

White with #CF09DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF09DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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