Html Css Color HEX #CF06BE Deep Magenta

📋 copy color: '#CF06BE'

red 207 ◦ green 6 ◦ blue 190

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

Shades of Deep Magenta #CF06BE

Tints of Deep Magenta #CF06BE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.49%

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 51.36%
G = 1.49%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF06BE (or 0xCF06BE) is known color: Deep Magenta. HEX triplet: CF, 06 and BE. RGB value is (207,6,190). Sum of RGB (Red+Green+Blue) = 207+6+190=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF06BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF06BE is #30F941. Grayscale: #565656. Windows color (decimal): -3209538 or 12453583. OLE color: 12453583.

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

Color convert

RGB 207 6 190 -
CMYK 0 0.97 0.08 0.19
HSL 305.07º 0.94% 0.42% -
HSV(B) 305.07º 0.97% 0.81% -
XYZ 35.09 17.11 50.17 -
YUV 87.08 186.09 213.54 -
System Red Green Blue C M Y K H S L
Decimal 207 6 190 0 0.97 0.08 0.19 305.07 0.94 0.42
Hex CF 6 BE 0 61 8 13 131 5E 2A
Octal 317 6 276 0 141 10 23 461 136 52
Binary 11001111 110 10111110 0 1100001 1000 10011 100110001 1011110 101010

Color Harmonies of #CF06BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF06BE

Black with #CF06BE

Text Example


Text Example

White with #CF06BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF06BE; }

 p { color: rgb(207,6,190); }

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

background-color css

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

 a { background-color: rgb(207,6,190); }

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

border-color css

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

 span { border-color: rgb(207,6,190); }

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