Html Css Color HEX #CF09D6 Deep Magenta

📋 copy color: '#CF09D6'

red 207 ◦ green 9 ◦ blue 214

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

Shades of Deep Magenta #CF09D6

Tints of Deep Magenta #CF09D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.77%

R = 48.14%
G = 2.09%
B = 49.77%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF09D6 (or 0xCF09D6) is known color: Deep Magenta. HEX triplet: CF, 09 and D6. RGB value is (207,9,214). Sum of RGB (Red+Green+Blue) = 207+9+214=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 9 (3.91% from 255 or 2.09% from 430); Blue value is 214 (83.98% from 255 or 49.77% from 430); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF09D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF09D6 is #30F629. Grayscale: #5A5A5A. Windows color (decimal): -3208746 or 14027215. OLE color: 14027215.

HSL color Cylindrical-coordinate representation of color #CF09D6: hue angle of 297.95º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF09D6 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 9 214 -
CMYK 0.03 0.96 0 0.16
HSL 297.95º 0.92% 0.44% -
HSV(B) 297.95º 0.96% 0.84% -
XYZ 37.97 18.32 65.15 -
YUV 91.57 197.1 210.33 -
System Red Green Blue C M Y K H S L
Decimal 207 9 214 0.03 0.96 0 0.16 297.95 0.92 0.44
Hex CF 9 D6 3 60 0 10 12A 5C 2C
Octal 317 11 326 3 140 0 20 452 134 54
Binary 11001111 1001 11010110 11 1100000 0 10000 100101010 1011100 101100

Color Harmonies of #CF09D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF09D6

Black with #CF09D6

Text Example


Text Example

White with #CF09D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF09D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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