Html Css Color HEX #CF09BB Deep Magenta

📋 copy color: '#CF09BB'

red 207 ◦ green 9 ◦ blue 187

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

Shades of Deep Magenta #CF09BB

Tints of Deep Magenta #CF09BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.4%

R = 51.36%
G = 2.23%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF09BB (or 0xCF09BB) is known color: Deep Magenta. HEX triplet: CF, 09 and BB. RGB value is (207,9,187). Sum of RGB (Red+Green+Blue) = 207+9+187=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF09BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF09BB is #30F644. Grayscale: #575757. Windows color (decimal): -3208773 or 12257743. OLE color: 12257743.

HSL color Cylindrical-coordinate representation of color #CF09BB: hue angle of 306.06º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF09BB is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 9 187 -
CMYK 0 0.96 0.10 0.19
HSL 306.06º 0.92% 0.42% -
HSV(B) 306.06º 0.96% 0.81% -
XYZ 34.8 17.05 48.47 -
YUV 88.49 183.6 212.53 -
System Red Green Blue C M Y K H S L
Decimal 207 9 187 0 0.96 0.10 0.19 306.06 0.92 0.42
Hex CF 9 BB 0 60 A 13 132 5C 2A
Octal 317 11 273 0 140 12 23 462 134 52
Binary 11001111 1001 10111011 0 1100000 1010 10011 100110010 1011100 101010

Color Harmonies of #CF09BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF09BB

Black with #CF09BB

Text Example


Text Example

White with #CF09BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF09BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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