Html Css Color HEX #CF09C9 Deep Magenta

📋 copy color: '#CF09C9'

red 207 ◦ green 9 ◦ blue 201

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

Shades of Deep Magenta #CF09C9

Tints of Deep Magenta #CF09C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.2%

R = 49.64%
G = 2.16%
B = 48.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF09C9 (or 0xCF09C9) is known color: Deep Magenta. HEX triplet: CF, 09 and C9. RGB value is (207,9,201). Sum of RGB (Red+Green+Blue) = 207+9+201=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF09C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF09C9 is #30F636. Grayscale: #595959. Windows color (decimal): -3208759 or 13175247. OLE color: 13175247.

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

Color convert

RGB 207 9 201 -
CMYK 0 0.96 0.03 0.19
HSL 301.82º 0.92% 0.42% -
HSV(B) 301.82º 0.96% 0.81% -
XYZ 36.37 17.68 56.75 -
YUV 90.09 190.6 211.39 -
System Red Green Blue C M Y K H S L
Decimal 207 9 201 0 0.96 0.03 0.19 301.82 0.92 0.42
Hex CF 9 C9 0 60 3 13 12E 5C 2A
Octal 317 11 311 0 140 3 23 456 134 52
Binary 11001111 1001 11001001 0 1100000 11 10011 100101110 1011100 101010

Color Harmonies of #CF09C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF09C9

Black with #CF09C9

Text Example


Text Example

White with #CF09C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF09C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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