Html Css Color HEX #CF09BA Deep Magenta

📋 copy color: '#CF09BA'

red 207 ◦ green 9 ◦ blue 186

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

Shades of Deep Magenta #CF09BA

Tints of Deep Magenta #CF09BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 51.49%
G = 2.24%
B = 46.27%

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

#CF09BA (or 0xCF09BA) is known color: Deep Magenta. HEX triplet: CF, 09 and BA. RGB value is (207,9,186). Sum of RGB (Red+Green+Blue) = 207+9+186=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF09BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF09BA is #30F645. Grayscale: #575757. Windows color (decimal): -3208774 or 12192207. OLE color: 12192207.

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

Color convert

RGB 207 9 186 -
CMYK 0 0.96 0.10 0.19
HSL 306.36º 0.92% 0.42% -
HSV(B) 306.36º 0.96% 0.81% -
XYZ 34.69 17.01 47.91 -
YUV 88.38 183.1 212.61 -
System Red Green Blue C M Y K H S L
Decimal 207 9 186 0 0.96 0.10 0.19 306.36 0.92 0.42
Hex CF 9 BA 0 60 A 13 132 5C 2A
Octal 317 11 272 0 140 12 23 462 134 52
Binary 11001111 1001 10111010 0 1100000 1010 10011 100110010 1011100 101010

Color Harmonies of #CF09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF09BA

Black with #CF09BA

Text Example


Text Example

White with #CF09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF09BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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