Html Css Color HEX #CF09DB Deep Magenta

📋 copy color: '#CF09DB'

red 207 ◦ green 9 ◦ blue 219

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

Shades of Deep Magenta #CF09DB

Tints of Deep Magenta #CF09DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.34%

R = 47.59%
G = 2.07%
B = 50.34%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF09DB (or 0xCF09DB) is known color: Deep Magenta. HEX triplet: CF, 09 and DB. RGB value is (207,9,219). Sum of RGB (Red+Green+Blue) = 207+9+219=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF09DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF09DB is #30F624. Grayscale: #5B5B5B. Windows color (decimal): -3208741 or 14354895. OLE color: 14354895.

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

Color convert

RGB 207 9 219 -
CMYK 0.05 0.96 0 0.14
HSL 296.57º 0.92% 0.45% -
HSV(B) 296.57º 0.96% 0.86% -
XYZ 38.62 18.58 68.57 -
YUV 92.14 199.6 209.92 -
System Red Green Blue C M Y K H S L
Decimal 207 9 219 0.05 0.96 0 0.14 296.57 0.92 0.45
Hex CF 9 DB 5 60 0 E 129 5C 2D
Octal 317 11 333 5 140 0 16 451 134 55
Binary 11001111 1001 11011011 101 1100000 0 1110 100101001 1011100 101101

Color Harmonies of #CF09DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF09DB

Black with #CF09DB

Text Example


Text Example

White with #CF09DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF09DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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